fix: docker-compose startup, general settings

This commit is contained in:
2025-12-02 14:15:25 +01:00
parent 79b8535304
commit a140df35c5
9 changed files with 77 additions and 44 deletions

View File

@@ -39,8 +39,6 @@ ENV NODE_ENV=production
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public
# Set the correct permission for prerender cache
RUN mkdir .next
RUN chown nextjs:nodejs .next