6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00

Reload user groups during AWS deployment

Otherwise, docker group is not properly taken into account
This commit is contained in:
Régis Behmo 2019-03-11 19:01:31 +01:00
parent 543aaebe02
commit cf4fe82e0e

View File

@ -23,6 +23,7 @@ sudo add-apt-repository \
sudo apt update
sudo apt install -y docker-ce docker-ce-cli containerd.io
sudo usermod -aG docker $TUTOR_USER
sudo su - $TUTOR_USER
docker run hello-world
echo "=============== Installing docker-compose"