Skip to content

Commit

Permalink
Merge branch 'main' into add-oauth-tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
niwsa committed Dec 17, 2024
2 parents 78f5edc + 4bb014b commit 05c1658
Show file tree
Hide file tree
Showing 9 changed files with 2,908 additions and 481 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ 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
RUN npm i --no-package-lock --no-save --omit=dev openid-client@$(npm --prefix npm pkg get dependencies.openid-client | xargs)

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

0 comments on commit 05c1658

Please sign in to comment.