diff options
| author | Olcan <[email protected]> | 2025-04-29 08:43:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-29 08:43:24 -0700 |
| commit | 825cecc0891fb8e607c75b7d9f36f147fa7f4124 (patch) | |
| tree | bdf22bb414b2e13718345ae0d678a552f45c8c6f /scripts/start.sh | |
| parent | e0de69f3846ecf9de40bb2e02546235d9db53393 (diff) | |
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
Diffstat (limited to 'scripts/start.sh')
| -rwxr-xr-x | scripts/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
