Skip to content

Commit

Permalink
not it
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 26, 2024
1 parent 85c892f commit d7856f8
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

# Check if the directory exists
# if [ -d "${PROJECT_PATH}/.devcontainer/entrypoint.d" ]; then
Expand Down

0 comments on commit d7856f8

Please sign in to comment.