File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Runtime Environment
1
2
GITHUB_ID =
2
3
GITHUB_SECRET =
3
4
GOOGLE_CLIENT_ID =
4
5
GOOGLE_CLIENT_SECRET =
5
6
7
+ BUCKET_NAME =
8
+ BUCKET_KEY_ID =
9
+ BUCKET_KEY_SECRET =
10
+
11
+ # Required for Pre-Render
6
12
DATABASE_URL =
7
13
DIRECT_URL =
8
14
SHADOW_DATABASE_URL =
9
15
16
+ # Public URL
10
17
NEXTAUTH_URL = http://localhost:3000
11
18
NEXT_PUBLIC_REALTIME_URL = https://rtss.crackncode.org
12
19
NEXT_PUBLIC_AWS_URL = https://prginth01.sgp1.cdn.digitaloceanspaces.com
13
20
14
- BUCKET_NAME =
15
- BUCKET_KEY_ID =
16
- BUCKET_KEY_SECRET =
17
21
BUCKET_ENDPOINT = https://sgp1.digitaloceanspaces.com
18
22
BUCKET_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 ./
41
41
COPY prisma ./prisma
42
42
RUN pnpm prisma generate
43
43
44
+ ARG DATABASE_URL
45
+ ENV DATABASE_URL ${DATABASE_URL}
46
+
44
47
RUN pnpm build
45
48
46
49
# ? -------------------------
You can’t perform that action at this time.
0 commit comments