pvanand commited on
Commit
503f381
·
verified ·
1 Parent(s): e8e5856

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,10 +18,10 @@ COPY . .
18
  #RUN mkdir -p public
19
 
20
  # Your app binds to port 3000 so you'll use the EXPOSE instruction to have it mapped by the docker daemon
21
- EXPOSE 3000
22
 
23
  # Define environment variable
24
- ENV PORT=3000
25
 
26
  # Command to run the application
27
  CMD [ "node", "index.js" ]
 
18
  #RUN mkdir -p public
19
 
20
  # Your app binds to port 3000 so you'll use the EXPOSE instruction to have it mapped by the docker daemon
21
+ EXPOSE 7860
22
 
23
  # Define environment variable
24
+ ENV PORT=7860
25
 
26
  # Command to run the application
27
  CMD [ "node", "index.js" ]