Remove DATABASE_URL from Dockerfile (#328)

This commit is contained in:
Lars Haalck 2022-10-11 11:31:58 +02:00 committed by GitHub
parent 91a621ecfc
commit d4bebbc0f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 9 deletions

3
docker_start.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
yarn prisma migrate deploy --schema prisma/schema.prisma
yarn start