mbarnig commited on
Commit
6a0b17e
·
verified ·
1 Parent(s): c9e9149

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN npm run build
21
  EXPOSE 7860
22
 
23
  # Entrypoint
24
- ENTRYPOINT ["npm", "run", "start"]
25
 
26
  # Command to start the application
27
  CMD ["npm", "run", "start"]
 
21
  EXPOSE 7860
22
 
23
  # Entrypoint
24
+ # ENTRYPOINT ["npm", "run", "start"]
25
 
26
  # Command to start the application
27
  CMD ["npm", "run", "start"]