aboutsummaryrefslogtreecommitdiff
path: root/entrypoint.sh
blob: 9acff7c4bd5b2e19927d26e2f5f97c71b6404b56 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -eu

echo "Generating cgitrc..."
envsubst < /etc/cgitrc.template > /etc/cgitrc

echo "Starting application..."
exec "$@"