mbarnig commited on
Commit
7ab3706
·
verified ·
1 Parent(s): 066ec4b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -17,6 +17,9 @@ RUN npm install
17
 
18
  RUN npm run build
19
 
 
 
 
20
  # Command to start the application
21
  CMD ["npm", "run", "start"]
22
  # CMD ["--host", "0.0.0.0", "--port", "7860"]
 
17
 
18
  RUN npm run build
19
 
20
+ # Entrypoint
21
+ ENTRYPOINT ["npm", "run", "start"]
22
+
23
  # Command to start the application
24
  CMD ["npm", "run", "start"]
25
  # CMD ["--host", "0.0.0.0", "--port", "7860"]