🔧 Update the frontend build context for prod with the new top level setup (#2108)
This commit is contained in:
committed by
GitHub
parent
9ba793038e
commit
cdc5fba430
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user