X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftalk-event-driven-programming-in-perl;a=blobdiff_plain;f=Makefile;fp=Makefile;h=2af1c47f39c5676a0e582d02f44b718b2d108319;hp=272b370a4a3920059caccc26bfe081b6f4e557b4;hb=1e5589cbb1518565f28a66bafd4882eec1d9acd5;hpb=7040bda8e2a0f1d9bb072f484f52a6148061777f diff --git a/Makefile b/Makefile index 272b370..2af1c47 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ run-offline: offline $(DOT) -Tsvg -o$@ $< $(SLIDES).pdf: slides.html $(wildcard css/*) $(wildcard img/*) $(svgfiles) - docker run --rm -v `pwd`:/pwd astefanutti/decktape /pwd/slides.html /pwd/$(SLIDES).pdf + docker run --network host --rm -t -v `pwd`:/slides astefanutti/decktape http://localhost:5000 /slides/$(SLIDES).pdf slides-offline.html: slides.html sed -e '1 a ' \