5 lines
39 B
Makefile
5 lines
39 B
Makefile
|
default: build
|
||
|
|
||
|
build:
|
||
|
docker build .
|