1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-18 16:08:03 +00:00
quot/docker-entrypoint.sh

5 lines
68 B
Bash
Raw Normal View History

2022-08-28 22:00:21 +09:00
#!/bin/sh
set -e
dbmate --url "${PGRST_DB_URI}" --wait up
exec "$@"