Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Apr 1, 2024
1 parent bfb0c8e commit e0e87d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ if [ -v DOCKER_ENTRYPOINT_DEBUG ] && [ "$DOCKER_ENTRYPOINT_DEBUG" == 1 ]; then
set -o xtrace
fi

if [ -S "/var/run/docker.sock" ]; then
echo "/var/run/docker.sock detected. Changing ownership to ${USER}:${USER}..."
sudo chown ${USER}:${USER} /var/run/docker.sock
fi
# if [ -S "/var/run/docker.sock" ]; then
# echo "/var/run/docker.sock detected. Changing ownership to ${USER}:${USER}..."
# sudo chown ${USER}:${USER} /var/run/docker.sock
# fi

ls -lha

Expand Down

0 comments on commit e0e87d4

Please sign in to comment.