summaryrefslogtreecommitdiff
path: root/Makefile
blob: 811820c7069c86f466ae45fed1741e105569096f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
serve:
	docker run -it --rm \
		-v $$(pwd):/srv/jekyll \
		-p 4000:4000 \
		jekyll/jekyll \
			jekyll serve -w -I -D -H 0.0.0.0

update:
	docker run -it --rm \
		-v $$(pwd):/srv/jekyll \
		jekyll/jekyll \
			bundle update