ccprojects commited on
Commit
516855e
·
verified ·
1 Parent(s): fec5c9d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,6 +14,6 @@ WORKDIR /app/exocore-web
14
 
15
  RUN npm install
16
 
17
- EXPOSE 7860
18
 
19
  CMD ["npm", "start"]
 
14
 
15
  RUN npm install
16
 
17
+ # EXPOSE 7860
18
 
19
  CMD ["npm", "start"]