mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-05-25 04:39:27 -05:00
created init service for deployment
This commit is contained in:
@@ -39,6 +39,9 @@ RUN adduser --system --uid 1001 nextjs
|
||||
|
||||
COPY --from=builder /app/public ./public
|
||||
|
||||
RUN mkdir storage
|
||||
RUN chown nextjs:nodejs storage
|
||||
|
||||
# Automatically leverage output traces to reduce image size
|
||||
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/prisma ./prisma
|
||||
|
||||
Reference in New Issue
Block a user