Pass VITE_API_URL as build arg

This commit is contained in:
2026-04-24 19:13:47 -03:00
parent e35f67ba6f
commit 1fc2c0fcc1
2 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ services:
retries: 5
app:
build: .
build:
context: .
args:
- VITE_API_URL=/api
ports:
- "8077:80"
- "4000:4000"