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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -17,6 +17,9 @@ RUN npm install
17
 
18
  RUN npm run build
19
 
 
 
 
20
  # Entrypoint
21
  ENTRYPOINT ["npm", "run", "start"]
22
 
@@ -24,5 +27,3 @@ ENTRYPOINT ["npm", "run", "start"]
24
  CMD ["npm", "run", "start"]
25
  # CMD ["--host", "0.0.0.0", "--port", "7860"]
26
 
27
- # Expose application's default port
28
- EXPOSE 7860
 
17
 
18
  RUN npm run build
19
 
20
+ # Expose application's default port
21
+ EXPOSE 7860
22
+
23
  # Entrypoint
24
  ENTRYPOINT ["npm", "run", "start"]
25
 
 
27
  CMD ["npm", "run", "start"]
28
  # CMD ["--host", "0.0.0.0", "--port", "7860"]
29