Docker deployment #6

Merged
brandonegg merged 20 commits from dokkku-deploy into main 2024-02-28 14:59:14 -06:00
Showing only changes of commit a4c813069a - Show all commits

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}