5 lines
83 B
Makefile
5 lines
83 B
Makefile
|
build:
|
||
|
docker build $(BUILD_ARGS) -t $(OPENAGER_REPO)/mariadb .
|
||
|
|
||
|
.PHONY: build
|