Skip to content

Commit 8cc52b1

Browse files
authored
chore: add DATABASE_URL env variable to Dockerfile
1 parent 1ea4c7a commit 8cc52b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN yarn install --immutable
1616

1717
COPY . .
1818

19+
ENV DATABASE_URL="postgresql://postgres:postgres@localhost:5432/teacoder?schema=public"
20+
1921
RUN yarn prisma generate
2022
RUN yarn build
2123

0 commit comments

Comments
 (0)