From 05825f1d7a26cafd5d897ce7abc09b50183cdef7 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Thu, 19 Feb 2026 13:09:06 +0100 Subject: fix: add .dockerignore, fix Dockerfile missing public dir, update DEPLOY.md paths Co-authored-by: Cursor --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 328b403..f69c982 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ ENV NEXT_TELEMETRY_DISABLED=1 RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs +RUN mkdir -p ./public 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 -- cgit v1.2.3