diff --git a/stacks/golang/launcher.sh b/stacks/golang/launcher.sh index 91afd0e..6eee119 100755 --- a/stacks/golang/launcher.sh +++ b/stacks/golang/launcher.sh @@ -1 +1,4 @@ -exec /opt/app/app +#!/opt/app/app + +# We put the Go executable in the shebang above so that the shell doesn't need +# to be included in the spk unless it is used by something else.