From ee8835bf8aee54a8da3bcc7087ec7c63ace579e6 Mon Sep 17 00:00:00 2001 From: mol Date: Sun, 25 Feb 2024 06:58:22 +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 7b3bf6a..faab1bb 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -59,4 +59,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 ."