pikto commited on
Commit
cc34b6f
1 Parent(s): d841c7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]