From 2c7666d69e990412cdd54f435b319e565803bd01 Mon Sep 17 00:00:00 2001 From: kokopi Date: Tue, 10 Mar 2026 00:46:53 +0900 Subject: [PATCH] fix:deploy --- docker-compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1b63bb5..a783f33 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,12 +18,9 @@ services: frontend: build: context: ./frontend - env_file: - - ./frontend/.env args: # Baked into the Vite bundle at build time. - # Read from frontend/.env — must be the URL the browser uses to reach - # the backend, not an internal Docker hostname. + # Compose reads this from the root .env file. VITE_API_URL: ${VITE_API_URL} env_file: - ./frontend/.env