sameernotes commited on
Commit
76e2b4e
·
verified ·
1 Parent(s): de7129f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN npm install
14
  COPY . .
15
 
16
  # Expose the port your React app runs on
17
- EXPOSE 7860
18
 
19
  # Change ownership of /app to the node user
20
  RUN chown -R node:node /app
 
14
  COPY . .
15
 
16
  # Expose the port your React app runs on
17
+ EXPOSE 9002
18
 
19
  # Change ownership of /app to the node user
20
  RUN chown -R node:node /app