mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 01:07:47 +02:00
Exit script on error (#426)
This commit is contained in:
parent
10c55ff2b7
commit
1b65162ca9
2 changed files with 3 additions and 2 deletions
4
docker-start.sh
Executable file
4
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