From 72ac0c22b4ccc4db27e720240bc0cba542ff8bd4 Mon Sep 17 00:00:00 2001 From: Akira Date: Tue, 24 Feb 2026 14:59:25 +0900 Subject: [PATCH] =?UTF-8?q?frontend/Dockerfile.prod:=20public=20=E3=83=87?= =?UTF-8?q?=E3=82=A3=E3=83=AC=E3=82=AF=E3=83=88=E3=83=AA=E3=81=AA=E3=81=97?= =?UTF-8?q?=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Dockerfile.prod | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/Dockerfile.prod b/frontend/Dockerfile.prod index de7d53d..c7c22be 100644 --- a/frontend/Dockerfile.prod +++ b/frontend/Dockerfile.prod @@ -20,7 +20,6 @@ WORKDIR /app COPY --from=builder /app/package*.json ./ COPY --from=builder /app/.next ./.next -COPY --from=builder /app/public ./public COPY --from=builder /app/node_modules ./node_modules EXPOSE 3000