💚 Fix docker build when Sentry not enabled
This commit is contained in:
@ -27,8 +27,7 @@ RUN pnpm install
|
||||
COPY --from=pruner /app/out/full/ .
|
||||
COPY turbo.json turbo.json
|
||||
|
||||
ENV ENCRYPTION_SECRET=encryption_secret_placeholder123 DATABASE_URL=postgresql://postgres:typebot@typebot-db:5432/typebot NEXTAUTH_URL=http://localhost:3000 NEXT_PUBLIC_VIEWER_URL=http://localhost:3001
|
||||
RUN pnpm turbo run build --filter=${SCOPE}...
|
||||
RUN SKIP_ENV_CHECK=true pnpm turbo run build --filter=${SCOPE}...
|
||||
|
||||
FROM base AS runner
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user