We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ac08b commit 67afe13Copy full SHA for 67afe13
config/scripts/deploy.sh
@@ -10,6 +10,7 @@ then
10
sudo systemctl start docker
11
sudo systemctl enable docker
12
sudo usermod -a -G docker $(whoami)
13
+ g
14
fi
15
16
if ! type docker-compose > /dev/null
0 commit comments