Skip to content

Commit 67afe13

Browse files
committed
[fix] docker의 권한 에러 수정 #75
1 parent 45ac08b commit 67afe13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/scripts/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ then
1010
sudo systemctl start docker
1111
sudo systemctl enable docker
1212
sudo usermod -a -G docker $(whoami)
13+
g
1314
fi
1415

1516
if ! type docker-compose > /dev/null

0 commit comments

Comments
 (0)