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.
2 parents 533db15 + 67afe13 commit 3bdde35Copy full SHA for 3bdde35
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