Skip to content

Commit

Permalink
add travis-ci config and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Apr 17, 2019
1 parent 4b7102b commit 00fba12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.PHONY: help
help:
@echo "Targets:"
@echo " docker -- build the docker image"

.PHONY: docker
docker:
docker build . -f Dockerfile

0 comments on commit 00fba12

Please sign in to comment.