7 lines
57 B
Bash
7 lines
57 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
php /app/docker/init-db.php
|
|
|
|
exec "$@"
|