riddhiman commited on
Commit
e9f3ea8
·
verified ·
1 Parent(s): f140cee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN npm install
14
  COPY . .
15
 
16
  # Expose port 3000 to have it mapped by Docker daemon
17
- EXPOSE 3000
18
 
19
  # Command to run when starting the container
20
  CMD ["node", "server.js"]
 
14
  COPY . .
15
 
16
  # Expose port 3000 to have it mapped by Docker daemon
17
+ EXPOSE 7860
18
 
19
  # Command to run when starting the container
20
  CMD ["node", "server.js"]