This commit is contained in:
8
docker/docker-entrypoint.sh
Executable file
8
docker/docker-entrypoint.sh
Executable 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 "$@"
|
||||
|
Reference in New Issue
Block a user