6 lines
84 B
Makefile
6 lines
84 B
Makefile
.PHONY: clean docker
|
|
|
|
docker:
|
|
docker build -t kontor-servicemix:0.2.0-SNAPSHOT .
|
|
|