Add entrypoint.sh
This commit is contained in:
6
entrypoint.sh
Normal file
6
entrypoint.sh
Normal 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 "$@"
|
||||
Reference in New Issue
Block a user