summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-21 16:15:51 -0600
committermo khan <mo@mokhan.ca>2025-07-21 16:15:51 -0600
commita920a8cfe415858bb2777371a77018599ffed23f (patch)
treedd7dcf8e78ea554d071ad502f92b7908687daa3e /Procfile
parent16c27cd885b9c0d1241dfead3120643f0e8c556c (diff)
parent5f76ebe3b95b491a7a07ddb9dd5799735cf3e159 (diff)
Merge branch 'minit' into 'main'
Replace entrypoint.sh with a Procfile runner See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!18
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..e38579b
--- /dev/null
+++ b/Procfile
@@ -0,0 +1,3 @@
+envoy: ./bin/envoy-shim
+authzd: ./bin/authzd
+sparkled: ./bin/sparkled