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