Aleksander Cynarski
b5011fb187
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
158 B
Bash
Executable File
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 "$@"
|
|
|