Skip to content

Commit

Permalink
fix(docker-entrypoint.sh): update shebang to use /bin/env bash for be…
Browse files Browse the repository at this point in the history
…tter portability
  • Loading branch information
ozeliurs committed Oct 8, 2024
1 parent a60a22e commit 953468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/env bash

# Substitute environment variables in envoy.tpl.yaml and output to envoy.yaml
envsubst < /etc/envoy/envoy.tpl.yaml > /etc/envoy/envoy.yaml
Expand Down

0 comments on commit 953468e

Please sign in to comment.