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