GreenRunchly commited on
Commit
892b763
·
verified ·
1 Parent(s): 09cd5b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN npm install
12
  COPY . .
13
 
14
  # Expose the port the app runs on
15
- EXPOSE 3000
16
 
17
  # Start the application
18
  CMD ["npm", "start"]
 
12
  COPY . .
13
 
14
  # Expose the port the app runs on
15
+ EXPOSE 7860
16
 
17
  # Start the application
18
  CMD ["npm", "start"]