Skip to content

Commit b57cb7c

Browse files
committed
update makefile
1 parent cc80d09 commit b57cb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ install:
1111

1212
.PHONY: docs-image
1313
docs-image:
14-
docker-compose -f docker-compose.docs.yml \
14+
docker compose -f docker compose.docs.yml \
1515
build
1616

1717
.PHONY: docs
1818
docs: docs-image
19-
docker-compose -f docker-compose.docs.yml \
19+
docker compose -f docker compose.docs.yml \
2020
run docs
2121

2222
.PHONY: test

0 commit comments

Comments
 (0)