This commit is contained in:
2020-04-11 10:53:41 -07:00
parent 60a34d2505
commit f023a86dea
8 changed files with 221 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
default: build
build:
sudo docker build . 2>&1 | tee -a build.log