mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 23:48:53 +02:00
Remove DATABASE_URL from Dockerfile (#328)
This commit is contained in:
parent
91a621ecfc
commit
d4bebbc0f2
3 changed files with 15 additions and 9 deletions
3
docker_start.sh
Executable file
3
docker_start.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
yarn prisma migrate deploy --schema prisma/schema.prisma
|
||||
yarn start
|
Loading…
Add table
Add a link
Reference in a new issue