mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 04:36:48 -06:00
Update entrypoint.sh and version.txt Updating to version 3.0.18
This commit is contained in:
parent
b5c8652d94
commit
03b01cbae3
@ -75,6 +75,8 @@ fi
|
||||
# Then execute entrypoint.sh
|
||||
if [ "$HOME_USER" != "$(whoami)" ]; then
|
||||
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
|
||||
else
|
||||
sudo chown -R 1000: /home/${HOME_USER}
|
||||
fi
|
||||
|
||||
# Find .sh files in /usr/bin/custom-scripts and execute them in order
|
||||
|
@ -1 +1 @@
|
||||
3.0.17
|
||||
3.0.18
|
Loading…
Reference in New Issue
Block a user