Skip to content

Commit

Permalink
fix - adjust docker permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chaddyc committed Dec 31, 2024
1 parent e236eeb commit df306d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
# echo "Warning: Docker socket not found. Ensure it is mounted at runtime."
# fi

sudo usermod -aG docker runner
alias docker="sudo docker"

# Configure the GitHub Actions runner
if [ ! -f .runner ]; then
Expand Down

0 comments on commit df306d8

Please sign in to comment.