mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 04:18:11 -06:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b33c4cbbe6 | |||
974914126f |
2
.github/workflows/main-workflow.yml
vendored
2
.github/workflows/main-workflow.yml
vendored
@ -27,4 +27,4 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: aleleba/vscode:latest
|
||||
platforms: linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
@ -77,7 +77,9 @@ 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}
|
||||
sudo chmod -R 600 /home/${HOME_USER}/.ssh
|
||||
if [ -d "/home/${HOME_USER}/.ssh" ]; then
|
||||
sudo chmod -R 600 /home/${HOME_USER}/.ssh
|
||||
fi
|
||||
fi
|
||||
|
||||
# Move the .bashrc file to the user's home directory if it doesn't exist
|
||||
|
@ -1 +1 @@
|
||||
3.0.40
|
||||
3.1.1
|
Reference in New Issue
Block a user