use docker service healthy condition instead of external docker-compose-wait dependency
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Waiting for mysql"
|
||||
/wait || exit 111
|
||||
|
||||
echo "Running migrations"
|
||||
npx prisma migrate dev
|
||||
|
||||
|
Reference in New Issue
Block a user