diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-08 13:11:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-21 15:20:39 -0600 |
| commit | 2ddcc34ca455973598f5693d64103deea41d8d79 (patch) | |
| tree | 0b3a42aa97bca93c15c67a679c903611e5ab60c1 /bin | |
| parent | 16c27cd885b9c0d1241dfead3120643f0e8c556c (diff) | |
chore: use minit to start processes from Procfile
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/entrypoint.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh deleted file mode 100755 index a3b9a0e..0000000 --- a/bin/entrypoint.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env -S dumb-init /bin/sh -# shellcheck shell=sh -set -e - -[ -n "$DEBUG" ] && set -x - -cd "$(dirname "$0")/.." - -./bin/envoy.sh & # launch envoy in background -./bin/authzd & # launch authzd in background - -/usr/bin/env -i - \ - APP_ENV="$APP_ENV" \ - BIND_ADDR="$BIND_ADDR" \ - ./bin/sparkled # launch sparkled in foreground |
