morrispetris commited on
Commit
825cbd2
·
1 Parent(s): 6520667

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -21,8 +21,8 @@ COPY . /app
21
  # install need packages specified in package.json
22
  RUN npm install
23
 
24
- # expose port 3000 for acessing the app
25
- EXPOSE 3000
26
 
27
  # This allows Heroku bind its PORT the Apps port
28
  # since Heroku needs to use its own PORT before the App can be made accessible to the World
 
21
  # install need packages specified in package.json
22
  RUN npm install
23
 
24
+ # expose port 7860 for acessing the app
25
+ EXPOSE 7860
26
 
27
  # This allows Heroku bind its PORT the Apps port
28
  # since Heroku needs to use its own PORT before the App can be made accessible to the World