Working on header and CSP.

This commit is contained in:
charlesgauthereau
2025-07-25 21:41:28 +02:00
parent 159398465f
commit bb4003b0db
3 changed files with 93 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ RUN chown -R nextjs:nodejs /app/public
COPY --from=builder /app/next.config.ts ./
COPY --from=builder /app/portabase.config.ts ./
COPY --from=builder /app/drizzle.config.ts ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static