changwenhan commited on
Commit
ba25c98
·
verified ·
1 Parent(s): 9d86daf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,10 +14,10 @@ RUN npm install
14
  COPY . .
15
 
16
  # Expose the port the app runs on
17
- EXPOSE 1234
18
 
19
  # Define environment variable
20
- ENV PORT=1234
21
 
22
  # Run the application
23
  CMD ["npm", "start"]
 
14
  COPY . .
15
 
16
  # Expose the port the app runs on
17
+ EXPOSE 7860
18
 
19
  # Define environment variable
20
+ ENV PORT=7860
21
 
22
  # Run the application
23
  CMD ["npm", "start"]