mirror of https://github.com/abpframework/abp
parent
fa0c64bb8e
commit
d1c08aa569
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /src/ProductService.Host
|
||||
|
||||
until dotnet ef database update --no-build; do
|
||||
>&2 echo "SQL Server is starting up"
|
||||
sleep 1
|
||||
done
|
||||
|
||||
cd /src/AuthServer.Host && dotnet ef database update --no-build
|
Loading…
Reference in new issue