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

View File

@@ -9,6 +9,7 @@ start:
make run
build:
cd base && make build
docker build -t sneak/work .
run: