Skip to content

Commit fc2e693

Browse files
committed
pass in port
1 parent 8cdaf9f commit fc2e693

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
environment:
1010
NODE_ENV: production
1111
NODE_OPTIONS: '--max-old-space-size=448'
12+
PORT: ${PORT:-3000}
1213
ports:
1314
- '${PORT:-3000}:${PORT:-3000}'
1415
deploy:

0 commit comments

Comments
 (0)