We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b8963 commit 1994776Copy full SHA for 1994776
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: clean start stop help start-debug test
2
3
stop:
4
- docker-compose down
+ docker compose down
5
6
start:
7
DEBUG_MODE=false sh run-crawlers.sh
0 commit comments