Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -24,5 +24,7 @@ RUN npm install
|
|
24 |
# Expose the port the app runs on
|
25 |
EXPOSE 3040
|
26 |
|
|
|
|
|
27 |
# Command to run the start script
|
28 |
-
CMD ["sh", "start.sh"]
|
|
|
24 |
# Expose the port the app runs on
|
25 |
EXPOSE 3040
|
26 |
|
27 |
+
CMD ["npm", "run", "start"]
|
28 |
+
|
29 |
# Command to run the start script
|
30 |
+
#CMD ["sh", "start.sh"]
|