mycfoo commited on
Commit
a8c837a
1 Parent(s): 0286d8a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN git clone https://github.com/jokyo02/nodsydney .
11
  RUN npm install
12
 
13
  # Expose the port that your application is listening on
14
- EXPOSE 8080
15
 
16
  # Start the application
17
  CMD ["node", "src/index.js"]
 
11
  RUN npm install
12
 
13
  # Expose the port that your application is listening on
14
+ EXPOSE 7860
15
 
16
  # Start the application
17
  CMD ["node", "src/index.js"]