infra/proxyd/entrypoint.sh
2024-06-11 14:17:04 -05:00

6 lines
96 B
Bash

#!/bin/sh
echo "Updating CA certificates."
update-ca-certificates
echo "Running CMD."
exec "$@"