diff --git a/Makefile b/Makefile index c722d9b..d02fde0 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ +image: Dockerfile + docker build . --tag transcription:latest + raport.pdf: README.md pandoc -f markdown-implicit_figures -V geometry:margin=1in $^ -o $@