Commit 4b3f7cea authored by Min RK's avatar Min RK

put build/%-singleuser rule before build/%

to give it higher priority
parent db33c10f
......@@ -29,12 +29,13 @@ help:
@echo ' tag/<stack-dirname> - tags the latest stack image with the HEAD git SHA'
build/%: DARGS?=
build/%:
docker build $(DARGS) --rm --force-rm -t $(OWNER)/$(notdir $@):latest ./$(notdir $@)
build/%-singleuser: build/%-notebook
./internal/build-singleuser $(OWNER)/$*-notebook $(OWNER)/$*-singleuser
build/%:
docker build $(DARGS) --rm --force-rm -t $(OWNER)/$(notdir $@):latest ./$(notdir $@)
build-all: $(patsubst %,build/%, $(ALL_IMAGES))
dev/%: ARGS?=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment