mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-18 20:08:13 -06:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e88ab12701
|
@ -77,7 +77,7 @@ if [ "$HOME_USER" != "$(whoami)" ]; then
|
||||
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
|
||||
else
|
||||
sudo chown -R ${HOME_USER} /home/${HOME_USER}
|
||||
chmod -R 600 /home/${HOME_USER}/.ssh
|
||||
sudo chmod -R 600 /home/${HOME_USER}/.ssh
|
||||
fi
|
||||
|
||||
# Move the .bashrc file to the user's home directory if it doesn't exist
|
||||
|
@ -1 +1 @@
|
||||
3.0.35
|
||||
3.0.36
|
Reference in New Issue
Block a user