add Dockerfile and Makefile

This commit is contained in:
2022-07-26 10:40:45 -05:00
parent fde1097851
commit df800efc90
2 changed files with 15 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
.PHONY: build
build:
DOCKER_BUILDKIT=1
docker build --target bin --output bin/ .
.PHONY: clean
clean:
rm bin/bb