diff --git a/entrypoint.sh b/entrypoint.sh index 81dbbfb..f87778a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -64,5 +64,5 @@ ssh-agent bash if [ -d "${ENTRYPOINTD}" ]; then find "${ENTRYPOINTD}" -type f -executable -print -exec {} \; fi - +echo "$@" su "$(id -un 1000)" -c "exec dumb-init /usr/bin/code-server --bind-addr 0.0.0.0:8080 ."