summaryrefslogtreecommitdiff
path: root/bin/envoy
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-03 15:53:00 -0600
committermo khan <mo@mokhan.ca>2025-07-03 15:53:00 -0600
commitc783af99f9f3da740f553e7c9cbc768fd2a89724 (patch)
tree944f6f2d887646d6668535b1dc723bf297798816 /bin/envoy
parent8f2d083fb29b5dbd5bbe185119efd4246a818f65 (diff)
chore: include envoy in docker image
Diffstat (limited to 'bin/envoy')
-rwxr-xr-xbin/envoy3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/envoy b/bin/envoy
new file mode 100755
index 00000000..ede6290c
--- /dev/null
+++ b/bin/envoy
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec envoy $@