From 178323770d81c417d220d4c6caa488f5d2b33880 Mon Sep 17 00:00:00 2001 From: Hojip-Kim Date: Sun, 2 Nov 2025 00:54:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Docker=20=EB=B9=8C=EB=93=9C=20=EC=8B=9C?= =?UTF-8?q?=20.env.local=EC=9D=B4=20=EB=B3=B5=EC=82=AC=EB=90=98=EC=96=B4?= =?UTF-8?q?=20=ED=94=84=EB=A1=9C=EB=8D=95=EC=85=98=20=ED=99=98=EA=B2=BD=20?= =?UTF-8?q?=EB=B3=80=EC=88=98=EA=B0=80=20=EB=AC=B4=EC=8B=9C=EB=90=98?= =?UTF-8?q?=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - .dockerignore에 .env* 추가하여 모든 env 파일 제외 - !.env.production으로 프로덕션 환경 파일만 예외 처리 - 이제 빌드 시 S3에서 다운로드한 .env.production만 사용됨 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .dockerignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index e8813b2..c2e14e0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -40,8 +40,8 @@ Thumbs.db Dockerfile dockerfile.local -.env.local -.env.development +.env* +!.env.production .cache .parcel-cache yarn-error.log*