From e3786cf75bd54d82a5590f2c70e28fa587344aaf Mon Sep 17 00:00:00 2001 From: "Hunter W." Date: Sun, 31 May 2026 10:22:39 -0400 Subject: [PATCH] fixed dockerfile for standalone next export --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d3baa5..2c90af5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ ENV PORT=3050 RUN addgroup --system --gid 1001 app && \ adduser --system --uid 1001 app -COPY --from=build --chown=app:app /app/public ./.next/standalone +COPY --from=build /app/public ./ COPY --from=build --chown=app:app /app/.next/standalone ./ COPY --from=build --chown=app:app /app/.next/static ./.next/static COPY --from=build --chown=app:app /app/next.config.ts ./