Skip to content

Commit

Permalink
trig to create new image
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Oct 31, 2022
1 parent c0675be commit 6e95957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json

# Automatically leverage output traces to reduce image size
# 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
USER nextjs
Expand Down

0 comments on commit 6e95957

Please sign in to comment.