mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 04:47:55 +00:00
Merge pull request #243 from koalaeagle/main
fixed an issue with the web interface not loading under docker
This commit is contained in:
commit
d76ee2eacd
@ -11,6 +11,7 @@ COPY ./api /srv/api
|
|||||||
COPY ./bindings /srv/bindings
|
COPY ./bindings /srv/bindings
|
||||||
COPY ./static /srv/static
|
COPY ./static /srv/static
|
||||||
COPY ./templates /srv/templates
|
COPY ./templates /srv/templates
|
||||||
|
COPY ./web /srv/web
|
||||||
|
|
||||||
# COPY ./models /srv/models # Mounting model is more efficient
|
# 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"]
|
CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "9600", "--db_path", "data/database.db"]
|
||||||
|
Loading…
Reference in New Issue
Block a user