Skip to content

Commit 38caf02

Browse files
Adding prisma
1 parent 7a784c1 commit 38caf02

10 files changed

Lines changed: 626 additions & 14 deletions

File tree

.env.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ AUTH_COOKIE_SIGNATURE_KEY_PREVIOUS=
1818
USE_SECURE_COOKIES=
1919

2020
OLLAMA_ENDPOINT=
21+
DATABASE_URL=

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ yarn-error.log*
3131

3232
# env files
3333
.env
34+
*.crt
3435

3536
# typescript
3637
*.tsbuildinfo

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ EXPOSE 3000
6262

6363
ENV PORT=3000
6464

65+
RUN npx tsx scripts/prepopulateEmails.ts
66+
6567
# server.js is created by next build from the standalone output
6668
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
6769
ENV HOSTNAME="0.0.0.0"

0 commit comments

Comments
 (0)