diff --git a/sandbox/run.sh b/sandbox/run.sh new file mode 100755 index 00000000..74234e55 --- /dev/null +++ b/sandbox/run.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +set -e + +if [[ "$GRIST_SANDBOX_FLAVOR" = "gvisor" ]]; then + ./sandbox/gvisor/update_engine_checkpoint.sh + source ./sandbox/gvisor/get_checkpoint_path.sh +fi + +exec yarn run start:prod