mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
fixed an issue with the web interface not loading under docker
This commit is contained in:
parent
2ee03393d5
commit
07a40aa31a
@ -11,6 +11,7 @@ COPY ./api /srv/api
|
||||
COPY ./bindings /srv/bindings
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
COPY ./web /srv/web
|
||||
|
||||
# COPY ./models /srv/models # Mounting model is more efficient
|
||||
CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "9600", "--db_path", "data/database.db"]
|
||||
|
Loading…
Reference in New Issue
Block a user