Trying to fix entrypoint.sh Updating to version 1.0.8

This commit is contained in:
2023-08-26 01:20:38 +00:00
parent c189c21474
commit ff85878b7e
3 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,10 @@ if [[ -z "${HOME_USER}" ]]; then
HOME_USER="vscode"
fi
addgroup nonroot
adduser --disabled-password --gecos "" ${HOME_USER}
echo "${HOME_USER} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
sudo su - ${HOME_USER}
if [[ -z "${VSCODE_TUNNEL_NAME}" ]]; then