From 296596e3c2830fd7a643b7ed16c287a61e2ab437 Mon Sep 17 00:00:00 2001 From: mol Date: Sat, 24 Feb 2024 18:06:26 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20entrypoint.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6c2a155..81dbbfb 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -65,4 +65,4 @@ if [ -d "${ENTRYPOINTD}" ]; then find "${ENTRYPOINTD}" -type f -executable -print -exec {} \; fi -su "$(id -un 1000)" -c 'exec dumb-init /usr/bin/code-server "$@"' +su "$(id -un 1000)" -c "exec dumb-init /usr/bin/code-server --bind-addr 0.0.0.0:8080 ."