Skip to content

Commit a40f502

Browse files
committed
ci: 👷 dockerfile update
1 parent 4f5e394 commit a40f502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN chown node:node .next
9595

9696
# Automatically leverage output traces to reduce image size
9797
# https://nextjs.org/docs/advanced-features/output-file-tracing
98-
COPY --from=builder --chown=node:node /app/.next/standalone ./
98+
# COPY --from=builder --chown=node:node /app/.next/standalone ./
9999
COPY --from=builder --chown=node:node /app/.next/static ./.next/static
100100

101101
# If you want to persist the fetch cache generated during the build so that

0 commit comments

Comments
 (0)