Add Dockerfile for unit tests.

This commit is contained in:
Daniel Kraus
2019-03-12 13:24:11 +01:00
parent 541e79d5c5
commit a3dff9f172
3 changed files with 30 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: test
test:
docker run -it --rm bovender/linktitles
build-test-container:
docker build -t bovender/linktitles .