This commit is contained in:
Brandon Egger 2024-02-20 13:11:43 -06:00
parent b63e63203e
commit a4c813069a

View File

@ -19,6 +19,7 @@ RUN \
FROM base AS builder-production
ARG DATABASE_URL
ARG NEXTAUTH_URL
ARG NEXTAUTH_SECRET
ARG JWT_SECRET
ENV DATABASE_URL ${DATABASE_URL}