Created entrypoint for migrations

pull/783/head^2
Atakan Özceviz 7 years ago
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…
Cancel
Save