🚚 Move scripts to scripts folder

This commit is contained in:
Luke Vella 2023-02-06 20:19:38 +00:00
parent 8465cfe6c2
commit 3c80ecacf3
2 changed files with 2 additions and 2 deletions

4
scripts/docker-start.sh Executable file
View file

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