From cb682013c4973106ce468c004eaea5bf688b0ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Wed, 10 Jan 2024 16:17:10 +0100 Subject: [PATCH] removed "public" dir from dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 435feb7..14390fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ ENV NODE_ENV production RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs -COPY --from=builder /app/public ./public +# COPY --from=builder /app/public ./public # Set the correct permission for prerender cache RUN mkdir .next