This commit is contained in:
@ -59,4 +59,4 @@ if [ -d "${ENTRYPOINTD}" ]; then
|
|||||||
find "${ENTRYPOINTD}" -type f -executable -print -exec {} \;
|
find "${ENTRYPOINTD}" -type f -executable -print -exec {} \;
|
||||||
fi
|
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