5 lines
67 B
Makefile
5 lines
67 B
Makefile
.PHONY: build
|
|
|
|
build:
|
|
sudo docker build . 2>&1 | tee -a build.log
|