AnthoneoJ commited on
Commit
679ab75
·
1 Parent(s): ea747f9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ 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", "build" ]
 
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" ]