We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2bbf0 commit f127751Copy full SHA for f127751
Makefile
@@ -20,7 +20,7 @@ test-only:
20
# bring up proxy and backing redis
21
.PHONY: services
22
services:
23
- docker compose down && docker-compose up --build -d proxy redis
+ docker compose down && docker compose up --build -d proxy redis
24
25
# run formatter/linter on Python files, assuming PYTHON_PATH contains black and ruff
26
# e.g. pip install -e "proxy[dev]" has been executed for current environment
0 commit comments