Skip to content

Commit

Permalink
Updating docs make file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysrevans3 committed Aug 21, 2024
1 parent 0ccded0 commit 1b46754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ install:

.PHONY: docs-image
docs-image:
docker-compose -f docker-compose.docs.yml \
docker compose -f docker-compose.docs.yml \
build

.PHONY: docs
docs: docs-image
docker-compose -f docker-compose.docs.yml \
docker compose -f docker-compose.docs.yml \
run docs

.PHONY: test
Expand Down

0 comments on commit 1b46754

Please sign in to comment.