This commit is contained in:
@ -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 ."
|
||||
|
Reference in New Issue
Block a user