This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/scripts/entrypoint.sh

6 lines
83 B
Bash
Raw Permalink Normal View History

2024-08-17 21:28:13 +02:00
#!/bin/sh
#wait-for-it --service db:5432 -- echo "database is running"
exec "$@"