gonna go kms just work holy heck
This commit is contained in:
parent
527ef72b0f
commit
fdcf538a00
@ -54,9 +54,9 @@ COPY --from=builder /app/public ./public
|
|||||||
|
|
||||||
# Automatically leverage output traces to reduce image size
|
# Automatically leverage output traces to reduce image size
|
||||||
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
|
||||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
|
|
||||||
COPY --from=builder --chown=nextjs:nodejs /app/entrypoint.sh ./entrypoint.sh
|
COPY --from=builder --chown=nextjs:nodejs /app/entrypoint.sh ./entrypoint.sh
|
||||||
|
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
||||||
|
COPY --from=builder --chown=nextjs:nodejs /app/static ./.next/static
|
||||||
|
|
||||||
RUN chown -R nextjs:nodejs /app/.next
|
RUN chown -R nextjs:nodejs /app/.next
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user