Add entrypoint.sh

This commit is contained in:
2025-04-26 06:06:40 +00:00
parent 97f1277b0a
commit 2aa1c662a3

6
entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# Read in the file of environment settings
. /$HOME/.splunk-otel-dotnet/instrument.sh
# Then run the CMD
exec "$@"