Makefile: Make sure container is built before docs
This commit is contained in:
parent
3f04cf9b59
commit
0b2ce51d96
1
Makefile
1
Makefile
@ -129,6 +129,7 @@ test-in-podman:
|
|||||||
docs-in-docker: docs-in-podman
|
docs-in-docker: docs-in-podman
|
||||||
|
|
||||||
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 \
|
$(DOCKER) run -it --rm -v `pwd`:/lorax-ro:ro \
|
||||||
-v `pwd`/docs/:/lorax-ro/docs/ \
|
-v `pwd`/docs/:/lorax-ro/docs/ \
|
||||||
--env LORAX_VERSION=$(DOCS_VERSION) \
|
--env LORAX_VERSION=$(DOCS_VERSION) \
|
||||||
|
Loading…
Reference in New Issue
Block a user