added inventory, updated DB
This commit is contained in:
parent
f218350959
commit
10c51f6825
16528 changed files with 147743 additions and 79 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue