heavylildude commited on
Commit
9982de9
·
verified ·
1 Parent(s): 60a6ee2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY --chown=node . $HOME/app
20
  RUN npm install
21
 
22
  # Expose application's default port
23
- EXPOSE 7860
24
 
25
  # Entry Point
26
  ENTRYPOINT ["nodejs", "./app.js"]
 
20
  RUN npm install
21
 
22
  # Expose application's default port
23
+ EXPOSE 1982
24
 
25
  # Entry Point
26
  ENTRYPOINT ["nodejs", "./app.js"]