break out base build

This commit is contained in:
2020-10-26 16:39:54 -07:00
parent 232c2f8d22
commit abb7405b4c
21 changed files with 61 additions and 59 deletions

6
base/Makefile Normal file
View File

@@ -0,0 +1,6 @@
default: build
.PHONY: build
build:
docker build -t sneak/workbase .