parent
ee514ecb20
commit
a7b4b333a5
3 changed files with 15 additions and 3 deletions
@ -1,5 +1,6 @@ |
||||
set -m |
||||
|
||||
export DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@127.0.0.1/${DB_NAME} |
||||
touch /unki/Cargo.toml |
||||
/usr/local/bin/docker-entrypoint.sh postgres & |
||||
sleep 10 && diesel setup && fg %1 |
||||
sleep 10 && diesel setup && diesel migration run && fg %1 |
Loading…
Reference in new issue