imseldrith commited on
Commit
ec579eb
·
verified ·
1 Parent(s): 72370b7

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 your app runs on
15
- EXPOSE 7860
16
 
17
  # Define the command to run your app
18
  CMD ["npm", "start"]
 
12
  COPY . .
13
 
14
  # Expose the port your app runs on
15
+ EXPOSE 3000
16
 
17
  # Define the command to run your app
18
  CMD ["npm", "start"]