diff --git a/Dockerfile b/Dockerfile index afbd09a..7f722f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ ENV NODE_ENV=production 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 RUN mkdir .next RUN chown nextjs:nodejs .next