Spaces:
Runtime error
Runtime error
Thomas G. Lopes
commited on
Commit
·
274df06
1
Parent(s):
9d4f7f4
try fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ USER node
|
|
31 |
EXPOSE 3000
|
32 |
|
33 |
# Start the application
|
34 |
-
CMD ["node", "build"]
|
|
|
31 |
EXPOSE 3000
|
32 |
|
33 |
# Start the application
|
34 |
+
CMD ["node", "build/index.js"]
|