mirror of
https://github.com/kou029w/quot.git
synced 2025-01-18 16:08:03 +00:00
5 lines
68 B
Bash
5 lines
68 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
dbmate --url "${PGRST_DB_URI}" --wait up
|
||
|
exec "$@"
|