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