Add a basic config file into the container

This commit is contained in:
2025-08-17 15:28:34 +01:00
parent 6ce86042fb
commit bb5472f092
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
FROM python:${PYTHON_VERSION}-slim-bookworm
COPY --from=builder --chown=app:app /app /app
COPY ./docs/examples/config-basic.ini /app/config.ini
ENV PATH="/app/.venv/bin:$PATH"
EXPOSE 5000/tcp
WORKDIR /app

View File

@@ -0,0 +1,2 @@
[logging]
level = INFO