Skip to content

Commit

Permalink
Fix for dynamic import of openid-client
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Dec 13, 2024
1 parent 6a4ca92 commit 617be5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ COPY --from=builder /app/public ./public
# 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
# Fix for dynamic import of openid-client
COPY --from=builder --chown=nextjs:nodejs /app/node_modules/openid-client ./node_modules/openid-client

# Support for DB migration
COPY --from=builder --chown=nextjs:nodejs /app/migrate.sh ./migrate.sh
COPY npm npm
Expand Down

0 comments on commit 617be5e

Please sign in to comment.