diff --git a/Makefile b/Makefile index 0a3c842..883360f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ build: docker build -t $(IMAGE) . run: build - ./md2gost.sh report.md -o ./build + ./md2gost.sh report.md -o . stop: docker stop $(IMAGE) 2>/dev/null || true