5 lines
37 B
Makefile
5 lines
37 B
Makefile
default: test
|
|
|
|
test:
|
|
docker build .
|
default: test
|
|
|
|
test:
|
|
docker build .
|