Trying to fix entrypoint.sh Updating to version 1.0.9

This commit is contained in:
Alejandro Lembke Barrientos 2023-08-26 18:55:25 +00:00
parent ff85878b7e
commit eaa8cc886d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ addgroup nonroot
adduser --disabled-password --gecos "" ${HOME_USER} adduser --disabled-password --gecos "" ${HOME_USER}
echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
sudo su - ${HOME_USER} # sudo su - ${HOME_USER}
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then
code-server tunnel --accept-server-license-terms code-server tunnel --accept-server-license-terms

View File

@ -1 +1 @@
1.0.8 1.0.9