Add default value for AUTH_SECRET build argument in Dockerfile

This commit is contained in:
2025-10-01 23:14:52 -04:00
parent 966f1bae5d
commit aa611a0e2c

View File

@@ -16,7 +16,7 @@ RUN mkdir -p /app/data
# Accept build arguments # Accept build arguments
ARG SITE_URL=https://nlcc.rydertech.us ARG SITE_URL=https://nlcc.rydertech.us
ARG AUTH_SECRET ARG AUTH_SECRET=change-this-secret-in-production
# Set environment variables for build # Set environment variables for build
ENV SITE_URL=$SITE_URL ENV SITE_URL=$SITE_URL