From d308ea053fe501fc4b54095e56b2431e97c3a2aa Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 22 Sep 2025 12:07:24 +0200 Subject: [PATCH] revert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a3074abb..6a8606dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN pnpm install --prod --frozen-lockfile # Copy the built Next.js application and public assets COPY --from=builder /app/public ./public -COPY --from=builder /app/.next/standalone ./ +COPY --from=builder /app/.next ./.next # Change ownership to the non-root user RUN chown -R nextjs:nodejs /app