Compare commits

..

1 Commits

Author SHA1 Message Date
9e091ee713 feat: build artifactapi container
All checks were successful
Build / build (pull_request) Successful in 34s
- build artifactapi container
2026-01-06 23:51:53 +11:00

View File

@ -13,7 +13,7 @@ docker_changes = [
"HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD curl -f http://localhost:8000/health || exit 1",
"USER appuser",
"uv tool install --from /app/artifactapi/dist/*.whl artifactapi",
"ENV PATH=\"/home/appuser/.local/bin:$PATH\""
"ENV PATH=\"/home/appuser/.local/bin:$PATH\"",
"WORKDIR /app",
"CMD [\"artifactapi\"]"
]