Skip to content

Commit

Permalink
Makefile: re-instate manual docker target
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Jun 29, 2020
1 parent f7f16fb commit 4ba6628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@ docker%: Dockerfile $(DOCKER_MODULES)
--build-arg PIP_OPTIONS="$(PIP_OPTIONS)" \
-t $(DOCKER_TAG):$(or $(*:-%=%),latest) .

docker: DOCKER_MODULES ?= $(OCRD_MODULES)
docker: docker-latest

# do not search for implicit rules here:
Makefile: ;
Expand Down

0 comments on commit 4ba6628

Please sign in to comment.