We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8254ca commit bbd22bbCopy full SHA for bbd22bb
1 file changed
apps/web/Dockerfile
@@ -44,6 +44,9 @@ LABEL org.opencontainers.image.title="DiffAudit Platform Web" \
44
COPY --from=builder /repo/apps/web/public ./public
45
COPY --from=builder /repo/apps/web/.next/standalone /app
46
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
50
51
EXPOSE 3000
52
CMD ["node", "server.js"]
0 commit comments