AnthoneoJ commited on
Commit
b03aba5
·
1 Parent(s): 81725e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,6 +14,6 @@ RUN npm run build
14
  # Set the env to "production"
15
  ENV NODE_ENV production
16
  # Expose the port on which the app will be running (3000 is the default that `serve` uses)
17
- EXPOSE 3000
18
  # Start the app
19
  CMD [ "npx", "serve", "-l", "7860", "build" ]
 
14
  # Set the env to "production"
15
  ENV NODE_ENV production
16
  # Expose the port on which the app will be running (3000 is the default that `serve` uses)
17
+ EXPOSE 7860
18
  # Start the app
19
  CMD [ "npx", "serve", "-l", "7860", "build" ]