tinyproxy 1.11.0-rc1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-03-27 12:29:48 +01:00
parent 82009192e3
commit b5011fb187
7 changed files with 59 additions and 17 deletions

8
docker/docker-entrypoint.sh Executable file
View File

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