mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
Update Dockerfile
This commit is contained in:
parent
517580cc24
commit
61cfc1771b
@ -7,7 +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 ./db.py /srv/db.py
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user