refactor: remove hardcoded NODE_ENV value from docker-compose.yml
This commit is contained in:
@@ -16,7 +16,6 @@ services:
|
||||
ports:
|
||||
- "${APP_PORT}:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NEXT_TELEMETRY_DISABLED=1
|
||||
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
|
||||
- NEXT_PUBLIC_CLIENT_ID=${NEXT_PUBLIC_CLIENT_ID}
|
||||
|
||||
Reference in New Issue
Block a user