From d22ef5eadcf5e39080034bf4880d9cb30f2bf9e0 Mon Sep 17 00:00:00 2001 From: Mina Choi Date: Wed, 20 May 2026 13:06:33 +0900 Subject: [PATCH] =?UTF-8?q?build(docker):=20.env=20=EC=9D=84=20build=20con?= =?UTF-8?q?text=20=EC=97=90=20=ED=8F=AC=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 서버에 .env 만들어도 .dockerignore 의 .env* 패턴에 막혀 빌드에 안 들어가던 문제 해결. .env.local 같은 개인 파일은 여전히 제외. Co-Authored-By: Claude Opus 4.7 (1M context) --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 0ea3854..8aaebea 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,6 +5,7 @@ build .gitignore .env* !.env.example +!.env Dockerfile .dockerignore npm-debug.log*