diff options
| author | Christian <[email protected]> | 2026-02-02 15:53:57 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-02-02 15:53:57 -0600 |
| commit | f4dde3803de5a9e6093ff1b327a9e582096f807d (patch) | |
| tree | c4f6e9eac542d91ead0b9938a26f5342584061af /entrypoint.sh | |
| parent | 4f12e4ca91d5042b2290ef763a012544e43e0583 (diff) | |
Diffstat (limited to 'entrypoint.sh')
| -rwxr-xr-x | entrypoint.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100755 index 0000000..9acff7c --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,8 @@ +#!/bin/sh +set -eu + +echo "Generating cgitrc..." +envsubst < /etc/cgitrc.template > /etc/cgitrc + +echo "Starting application..." +exec "$@" |
