From 7051446fda2091bc5ef7825ac0beb7f36dbe52b1 Mon Sep 17 00:00:00 2001 From: nomi-nonsz Date: Tue, 18 Feb 2025 22:45:27 +0700 Subject: [PATCH] i guess too minimalism --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 73f57b8..979a532 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,9 @@ ENV NODE_ENV production USER nextjs +COPY --from=builder /app/public ./public COPY --from=builder /app/.next/standalone ./ +COPY --from=builder /app/.next/static ./.next/static EXPOSE 3000