Patching some bugs.

This commit is contained in:
charles-gauthereau
2025-01-03 20:48:58 +01:00
parent 7193f5b71f
commit c733fb4fdc
11 changed files with 273 additions and 32 deletions
+1
View File
@@ -76,6 +76,7 @@ COPY --from=builder /app/public ./public
RUN mkdir .next
RUN mkdir -p /app/private/uploads
RUN chown -R nextjs:nodejs /app/private
RUN chown -R nextjs:nodejs /app/public
RUN chown nextjs:nodejs .next