add docker compose
This commit is contained in:
@@ -16,3 +16,9 @@ pytest:
|
||||
|
||||
htmlcov: pytest
|
||||
uv run python -m http.server 80 -d htmlcov
|
||||
|
||||
up:
|
||||
docker compose up -d
|
||||
|
||||
down:
|
||||
docker compose down
|
||||
|
||||
Reference in New Issue
Block a user