create release 0.1.0

This commit is contained in:
Thomas Peetz
2025-04-30 18:40:24 +02:00
parent ce49c463c3
commit 58f80b3e76
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ test:
DB_HOST=localhost uv run pytest -v --cov --cov-report=term --cov-report=html:coverage-report
docker: clean
docker build --target=production -t kontor-api -t kontor-api:0.1.0-SNAPSHOT .
docker build --target=production -t kontor-api -t kontor-api:0.1.0 -t kontor-api .
dev:
MARIADB_SERVER=localhost uv run fastapi dev src/main.py --port 8008