update README and make commands

This commit is contained in:
2022-08-29 00:10:53 +03:00
parent c87c12f1bb
commit 207aa1ec54
2 changed files with 14 additions and 3 deletions

View File

@@ -11,7 +11,9 @@ app-down:
docker-compose down -v
app-cleanup:
docker-compose down -v && docker-clean run
docker-compose -f tests/docker-compose.yml down -v;
docker-compose down -v;
docker-clean run
# standard commands to run on every commit
format: