Skip to content

Commit bbd22bb

Browse files
fix: include oauth proxy transport in web image
1 parent a8254ca commit bbd22bb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/web/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ LABEL org.opencontainers.image.title="DiffAudit Platform Web" \
4444
COPY --from=builder /repo/apps/web/public ./public
4545
COPY --from=builder /repo/apps/web/.next/standalone /app
4646
COPY --from=builder /repo/apps/web/.next/static ./.next/static
47+
# Next standalone tracing can miss the OAuth proxy transport package in this
48+
# monorepo layout. Keep it available at /app/node_modules for callback routes.
49+
COPY --from=builder /repo/node_modules/undici /app/node_modules/undici
4750

4851
EXPOSE 3000
4952
CMD ["node", "server.js"]

0 commit comments

Comments
 (0)