Spaces:
Runtime error
Runtime error
Esteves Enzo
commited on
Commit
·
163afa7
1
Parent(s):
db3356d
update build
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN npm run build
|
|
24 |
EXPOSE 5555
|
25 |
|
26 |
# Start the application
|
27 |
-
CMD ["prisma", "studio"]
|
|
|
24 |
EXPOSE 5555
|
25 |
|
26 |
# Start the application
|
27 |
+
CMD ["npx", "prisma", "studio"]
|