Files
komodo/bin/entrypoint.sh
2025-10-18 22:07:16 -07:00

7 lines
106 B
Bash
Executable File

#!/bin/bash
## Update certificates.
update-ca-certificates
## Let the actual command take over
exec "$@"