create Docker images only with development version as tag
This commit is contained in:
+1
-1
@@ -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:0.2.0-SNAPSHOT .
|
||||
|
||||
dev:
|
||||
MARIADB_SERVER=localhost uv run fastapi dev src/main.py --port 8008
|
||||
|
||||
Reference in New Issue
Block a user