feat: enable passing NEXT_PUBLIC_GOOGLE_CLIENT_ID at docker compose build time
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m30s

This commit is contained in:
2026-06-07 11:41:04 +02:00
parent 29753881a6
commit 5b8c29dae6
2 changed files with 3 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ services:
target: production
args:
NEXT_PUBLIC_API_URL: ""
NEXT_PUBLIC_GOOGLE_CLIENT_ID: "${NEXT_PUBLIC_GOOGLE_CLIENT_ID:-}"
container_name: wordly-frontend
restart: unless-stopped
ports: