work/base/Makefile
2020-10-26 16:39:54 -07:00

7 lines
72 B
Makefile

default: build
.PHONY: build
build:
docker build -t sneak/workbase .