feat: testing develop build

- using the makerun image in k8s
This commit is contained in:
2026-01-10 16:17:56 +11:00
parent 79a8553e9c
commit 1cca9fef00
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@ format:
uv run ruff format .
run:
uv venv --python 3.11 && \
source .venv/bin/activate && \
uv run python -m src.artifactapi.main
docker-up: