6 lines
174 B
Bash
6 lines
174 B
Bash
|
cd /app
|
||
|
|
||
|
psql postgres -U postgres -h postgresql -c 'CREATE DATABASE bitque' || echo "DB OK"
|
||
|
diesel migration run --database-url postgres://postgres@postgresql/bitque
|
||
|
bitque
|