bump project deps, inline-snapshot config, add templates

This commit is contained in:
grillazz
2025-06-07 09:34:20 +02:00
parent 241f1c7ca3
commit 7623d0e7df
7 changed files with 266 additions and 133 deletions

View File

@@ -52,10 +52,12 @@ USER panettone
WORKDIR /panettone
COPY /app/ app/
COPY /tests/ tests/
COPY /templates/ templates/
COPY .env app/
COPY alembic.ini app/
COPY alembic/ app/alembic/
COPY logging-uvicorn.json /panettone/logging-uvicorn.json
COPY pyproject.toml /panettone/pyproject.toml
RUN python -V
RUN python -Im site