Skip to content

Commit

Permalink
#152 no sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 15, 2024
1 parent 973c2e2 commit 38d8958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ verify:

target/docker-image.txt: Makefile Dockerfile entry.sh
mkdir -p "$$(dirname $@)"
sudo docker build -t pages-action "$$(pwd)"
sudo docker build -t pages-action -q "$$(pwd)" > "$@"
docker build -t pages-action "$$(pwd)"
docker build -t pages-action -q "$$(pwd)" > "$@"

$(DIRS):
mkdir -p "$@"

0 comments on commit 38d8958

Please sign in to comment.