Skip to content

Commit ee9744b

Browse files
Add a trivial make file
- this essentially documents how to build the container Signed-off-by: Sven-Thorsten Dietrich <thebigcorporation@gmail.com>
1 parent b778859 commit ee9744b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.PHONY: docker
2+
3+
all: docker
4+
5+
docker:
6+
@docker build -f docker/Dockerfile .

0 commit comments

Comments
 (0)