This commit is contained in:
@ -64,5 +64,5 @@ ssh-agent bash
|
|||||||
if [ -d "${ENTRYPOINTD}" ]; then
|
if [ -d "${ENTRYPOINTD}" ]; then
|
||||||
find "${ENTRYPOINTD}" -type f -executable -print -exec {} \;
|
find "${ENTRYPOINTD}" -type f -executable -print -exec {} \;
|
||||||
fi
|
fi
|
||||||
|
echo "$@"
|
||||||
su "$(id -un 1000)" -c "exec dumb-init /usr/bin/code-server --bind-addr 0.0.0.0:8080 ."
|
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