diff --git a/init/entrypoint.sh b/init/entrypoint.sh index 96958d9..c2e8c4f 100644 --- a/init/entrypoint.sh +++ b/init/entrypoint.sh @@ -15,4 +15,5 @@ git pull origin $REMOTE_BRANCH mkdir -p $TARGET_DIR mv `echo "$SPARSE_CHECKOUT" | awk '{gsub(/\/\*$/, ""); print}'` $TARGET_DIR -exec "$@" \ No newline at end of file +# Uncomment the following line if your sidecar needs to have an actual PID 1 +#exec "$@" \ No newline at end of file