feat: index caching

- improve index detection for rpms
- improve logging
This commit is contained in:
2026-01-13 18:13:47 +11:00
parent f40675f3d2
commit 9defc78e21
4 changed files with 30 additions and 5 deletions
+1
View File
@@ -37,6 +37,7 @@ RUN uv sync --frozen
# Copy application source
COPY --chown=appuser:appuser src/ ./src/
COPY --chown=appuser:appuser remotes.yaml ./
COPY --chown=appuser:appuser ca-bundle.pem ./
# Expose port
EXPOSE 8000