Update port number
This commit is contained in:
parent
5eee3362ae
commit
79bd626dcd
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ services:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
pull_policy: build
|
pull_policy: build
|
||||||
|
ports:
|
||||||
|
- "806:3000"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue