6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
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
|