mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
bump project deps, inline-snapshot config, add templates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user