File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ # Runtime Environment
12GITHUB_ID =
23GITHUB_SECRET =
34GOOGLE_CLIENT_ID =
45GOOGLE_CLIENT_SECRET =
56
7+ BUCKET_NAME =
8+ BUCKET_KEY_ID =
9+ BUCKET_KEY_SECRET =
10+
11+ # Required for Pre-Render
612DATABASE_URL =
713DIRECT_URL =
814SHADOW_DATABASE_URL =
915
16+ # Public URL
1017NEXTAUTH_URL = http://localhost:3000
1118NEXT_PUBLIC_REALTIME_URL = https://rtss.crackncode.org
1219NEXT_PUBLIC_AWS_URL = https://prginth01.sgp1.cdn.digitaloceanspaces.com
1320
14- BUCKET_NAME =
15- BUCKET_KEY_ID =
16- BUCKET_KEY_SECRET =
1721BUCKET_ENDPOINT = https://sgp1.digitaloceanspaces.com
1822BUCKET_REGION = us-east-1
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ COPY next.config.mjs postcss.config.js tailwind.config.js tsconfig.json ./
4141COPY prisma ./prisma
4242RUN pnpm prisma generate
4343
44+ ARG DATABASE_URL
45+ ENV DATABASE_URL ${DATABASE_URL}
46+
4447RUN pnpm build
4548
4649# ? -------------------------
You can’t perform that action at this time.
0 commit comments