From 1ab59bc9e11243996520910a5c19a294a602fb89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=ED=83=9C=ED=9B=88?= Date: Thu, 25 Jun 2026 14:13:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Dockerfile.frontend.prod=EC=97=90=20mobi?= =?UTF-8?q?le.html=20=EB=B3=B5=EC=82=AC=20=EB=8B=A8=EA=B3=84=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=ED=95=98=EC=97=AC=20=EB=B9=8C=EB=93=9C=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.frontend.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.frontend.prod b/Dockerfile.frontend.prod index f44b9a7..f5f8a24 100644 --- a/Dockerfile.frontend.prod +++ b/Dockerfile.frontend.prod @@ -14,7 +14,7 @@ RUN npm ci # Copy source code COPY src ./src COPY public ./public -COPY index.html map_editor.html ./ +COPY index.html map_editor.html mobile.html ./ # Build application RUN npm run build