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