mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 09:46:26 +02:00
🚚 Move scripts to scripts folder
This commit is contained in:
parent
8465cfe6c2
commit
3c80ecacf3
2 changed files with 2 additions and 2 deletions
4
scripts/docker-start.sh
Executable file
4
scripts/docker-start.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
yarn prisma migrate deploy --schema prisma/schema.prisma
|
||||
yarn start
|
Loading…
Add table
Add a link
Reference in a new issue