Port Expose
This commit is contained in:
parent
76e0eb782d
commit
e61ddaa8b0
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ services:
|
|||
image: balance-sheet-portal:latest
|
||||
container_name: balance-sheet-portal
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${PORT:-3000}:3000"
|
||||
expose:
|
||||
- "3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
|
|
|
|||
Loading…
Reference in a new issue