🔧 Update the frontend build context for prod with the new top level setup (#2108)

This commit is contained in:
Sebastián Ramírez
2026-01-22 10:20:32 -08:00
committed by GitHub
parent 9ba793038e
commit cdc5fba430

View File

@@ -143,7 +143,8 @@ services:
- traefik-public - traefik-public
- default - default
build: build:
context: ./frontend context: .
dockerfile: frontend/Dockerfile
args: args:
- VITE_API_URL=https://api.${DOMAIN?Variable not set} - VITE_API_URL=https://api.${DOMAIN?Variable not set}
- NODE_ENV=production - NODE_ENV=production