Skip to content

Commit 1a2c2c9

Browse files
Add 'rootless' make target
1 parent e2d58df commit 1a2c2c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ all:
44
clean:
55
$(RM) -r _site
66

7-
.PHONY: all clean
7+
rootless:
8+
podman run --interactive --tty --publish 4000:4000 --volume .:/srv/jekyll --env JEKYLL_ROOTLESS=1 jekyll/jekyll:pages jekyll serve
9+
10+
.PHONY: all clean rootless

0 commit comments

Comments
 (0)