Makefile: Make sure container is built before docs

This commit is contained in:
Brian C. Lane 2021-06-30 13:14:14 -07:00
parent 3f04cf9b59
commit 0b2ce51d96
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ test-in-podman:
docs-in-docker: docs-in-podman
docs-in-podman:
$(DOCKER) build -t welder/lorax-tests:$(IMAGE_RELEASE) -f Dockerfile.test .
$(DOCKER) run -it --rm -v `pwd`:/lorax-ro:ro \
-v `pwd`/docs/:/lorax-ro/docs/ \
--env LORAX_VERSION=$(DOCS_VERSION) \