更新 entrypoint.sh
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
mol
2024-02-24 18:06:26 +00:00
parent 10aed51160
commit 296596e3c2

View File

@ -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 ."