added inventory, updated DB

This commit is contained in:
erik 2025-06-10 19:21:21 +00:00
parent f218350959
commit 10c51f6825
16528 changed files with 147743 additions and 79 deletions

View file

@ -15,7 +15,8 @@ RUN python -m pip install --upgrade pip && \
databases[postgresql] \
sqlalchemy \
alembic \
psycopg2-binary
psycopg2-binary \
httpx
## Copy application source code and migration scripts into container
COPY static/ /app/static/