Files
vibn-frontend/Dockerfile
Mark Henderson 04d189bc0d build(sentry): accept Sentry build args in Dockerfile
NEXT_PUBLIC_SENTRY_DSN must be present at build time so Next.js
inlines it into the client bundle. SENTRY_AUTH_TOKEN must be
present at build time so withSentryConfig can upload source maps
to Sentry. Coolify already passes both as --build-arg; this
declares the matching ARG lines so the builder stage actually
consumes them.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-01 11:57:44 -07:00

2.7 KiB