6 lines
83 B
Bash
6 lines
83 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
#wait-for-it --service db:5432 -- echo "database is running"
|
||
|
|
||
|
exec "$@"
|