mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
But on private and public dir permissions.
This commit is contained in:
@@ -82,6 +82,10 @@ COPY --from=builder /app/public ./public
|
|||||||
|
|
||||||
RUN mkdir .next
|
RUN mkdir .next
|
||||||
RUN chown nextjs:nodejs .next
|
RUN chown nextjs:nodejs .next
|
||||||
|
RUN mkdir -p /app/private/uploads
|
||||||
|
RUN chown -R nextjs:nodejs /app/private
|
||||||
|
RUN chown -R nextjs:nodejs /app/public
|
||||||
|
|
||||||
|
|
||||||
COPY --from=builder /app/next.config.ts ./
|
COPY --from=builder /app/next.config.ts ./
|
||||||
COPY --from=builder /app/drizzle.config.ts ./
|
COPY --from=builder /app/drizzle.config.ts ./
|
||||||
|
|||||||
Reference in New Issue
Block a user