Trying to fix entrypoint.sh Updating to version 1.0.12

This commit is contained in:
Alejandro Lembke Barrientos 2023-08-27 00:29:06 +00:00
parent f7c889e3c9
commit 3dc1c03a0f
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -1 +1 @@
1.0.11
1.0.12