fix: Add CRON_SECRET to Dockerfile to fix build errors

This commit is contained in:
Matthias Nannt
2024-07-09 18:26:47 +02:00
parent 647a05f469
commit b8cd602d7e

View File

@@ -27,6 +27,7 @@ RUN apk update && apk add --no-cache g++ cmake make gcc python3 openssl-dev jq
ENV DATABASE_URL="postgresql://placeholder:for@build:5432/gets_overwritten_at_runtime?schema=public"
ENV NEXTAUTH_SECRET="placeholder_for_next_auth_of_64_chars_get_overwritten_at_runtime"
ENV ENCRYPTION_KEY="placeholder_for_build_key_of_64_chars_get_overwritten_at_runtime"
ENV CRON_SECRET="placeholder_for_cron_secret_of_64_chars_get_overwritten_at_runtime"
ARG NEXT_PUBLIC_SENTRY_DSN
ARG SENTRY_AUTH_TOKEN