chore: expose production web service on port 3000
This commit is contained in:
@@ -162,6 +162,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
NEXT_PUBLIC_API_BASE_URL: ${NEXT_PUBLIC_API_BASE_URL}
|
NEXT_PUBLIC_API_BASE_URL: ${NEXT_PUBLIC_API_BASE_URL}
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
expose:
|
ports:
|
||||||
- "3000"
|
- "3000:3000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user