From d590acfff95e17d2968b627ae0831db58d5858a5 Mon Sep 17 00:00:00 2001 From: Lectom C Han Date: Thu, 12 Feb 2026 22:08:49 +0900 Subject: [PATCH] fix: staging userfront build context for nginx.conf --- docker/staging_pull_compose.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/staging_pull_compose.template.yaml b/docker/staging_pull_compose.template.yaml index 7046122a..37397e6d 100644 --- a/docker/staging_pull_compose.template.yaml +++ b/docker/staging_pull_compose.template.yaml @@ -339,8 +339,8 @@ services: userfront: build: - context: ./userfront - dockerfile: Dockerfile + context: . + dockerfile: userfront/Dockerfile container_name: baron_userfront env_file: - .env