mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +00:00
Fix "ModuleNotFoundError: No module named 'db'" bug when running docker-compose up
This commit is contained in:
parent
81d436c2f6
commit
517580cc24
@ -7,6 +7,7 @@ RUN python3 -m venv venv && . venv/bin/activate
|
||||
RUN python3 -m pip install --no-cache-dir -r requirements.txt --upgrade pip
|
||||
|
||||
COPY ./app.py /srv/app.py
|
||||
#COPY ./db.py /srv/db.py
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user