From 70ce50625c0e05057e17cc0e3465afd31a7bd816 Mon Sep 17 00:00:00 2001 From: bagas Date: Sat, 3 Jan 2026 20:45:33 +0700 Subject: [PATCH] update build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a245e37..df1f03c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ENV HOSTNAME=0.0.0.0 RUN addgroup -g 1001 -S nodejs \ && adduser -S nextjs -u 1001 -G nodejs -COPY --from=builder /app/public ./public +# COPY --from=builder /app/public ./public COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static