wuhp commited on
Commit
ebc06c7
·
verified ·
1 Parent(s): 0b782f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ COPY . .
18
  RUN npm run build
19
 
20
  # Expose the application port
21
- EXPOSE 3000
22
 
23
  # Start the Node.js backend which serves the API and the static React build
24
  CMD ["npm", "start"]
 
18
  RUN npm run build
19
 
20
  # Expose the application port
21
+ EXPOSE 7860
22
 
23
  # Start the Node.js backend which serves the API and the static React build
24
  CMD ["npm", "start"]