From e730f95c432088849f62399723dd003c961d0a66 Mon Sep 17 00:00:00 2001 From: Riccardo Senica Date: Mon, 19 Jan 2026 18:59:25 +0100 Subject: [PATCH] fix: remove public folder --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e302e9d..23b11a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,6 @@ 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 --chown=nextjs:nodejs /app/.next/standalone ./ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static