Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jul 10, 2024
1 parent b27ac1d commit 854c28f
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 @@ -4,9 +4,9 @@ serve:
docker run \
--rm \
--name gtfobins \
--user "${UID}" \
--user "$$UID" \
--publish 4000:4000 \
--volume "${PWD}:/site/" \
--volume "$$PWD:/GTFOBins/" \
gtfobins \
bundle exec jekyll serve --host 0.0.0.0

Expand Down

0 comments on commit 854c28f

Please sign in to comment.