fix: expose app port 80
This commit is contained in:
@@ -5,5 +5,8 @@ services:
|
||||
- .:/app:ro
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 80
|
||||
ports:
|
||||
- "80:80"
|
||||
working_dir: /app
|
||||
command: sh -c "node build/"
|
||||
|
||||
Reference in New Issue
Block a user