]> Dogcows Code - chaz/talk-event-driven-programming-in-perl/blobdiff - Makefile
add more sections
[chaz/talk-event-driven-programming-in-perl] / Makefile
index 272b370a4a3920059caccc26bfe081b6f4e557b4..2af1c47f39c5676a0e582d02f44b718b2d108319 100644 (file)
--- 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 <!-- This file is auto-generated - DO NOT EDIT!!! -->' \
This page took 0.016767 seconds and 4 git commands to generate.