fix:deploy

This commit is contained in:
2026-03-10 00:46:53 +09:00
parent 597df0244e
commit 2c7666d69e

View File

@@ -18,12 +18,9 @@ services:
frontend: frontend:
build: build:
context: ./frontend context: ./frontend
env_file:
- ./frontend/.env
args: args:
# Baked into the Vite bundle at build time. # Baked into the Vite bundle at build time.
# Read from frontend/.env — must be the URL the browser uses to reach # Compose reads this from the root .env file.
# the backend, not an internal Docker hostname.
VITE_API_URL: ${VITE_API_URL} VITE_API_URL: ${VITE_API_URL}
env_file: env_file:
- ./frontend/.env - ./frontend/.env