tinyproxy/docker/docker-entrypoint.sh
Aleksander Cynarski b5011fb187
All checks were successful
continuous-integration/drone/push Build is passing
tinyproxy 1.11.0-rc1
2021-03-28 20:34:28 +02:00

9 lines
158 B
Bash
Executable File

#!/bin/sh
set -e
echo "Configure tinyproxy"
dockerize -template /etc/tinyproxy/tinyproxy.conf.template:/etc/tinyproxy/tinyproxy.conf
echo "Done."
exec "$@"