Files
2026-06-11 14:53:35 +07:00

7 lines
57 B
Bash

#!/bin/sh
set -e
php /app/docker/init-db.php
exec "$@"