From 825cecc0891fb8e607c75b7d9f36f147fa7f4124 Mon Sep 17 00:00:00 2001 From: Olcan Date: Tue, 29 Apr 2025 08:43:24 -0700 Subject: SANDBOX_SET_UID_GID option for systems where this is necessary (should be only rootful docker on linux w/o userns-remap configured) (#210) * SANDBOX_SET_UID_GID option for systems where this is necessary (should be only rootful docker on linux w/o userns-remap configured) * Merge remote-tracking branch 'origin/main' into sandbox_uid_gid --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/start.sh') diff --git a/scripts/start.sh b/scripts/start.sh index b6b94085..c979205e 100755 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -30,4 +30,4 @@ else else CLI_VERSION='development' DEV=true node ./packages/cli "$@" fi -fi \ No newline at end of file +fi -- cgit v1.2.3