mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
Fix missing configs and assets in Dockerfile
This commit is contained in:
parent
0c22ce20da
commit
219283d7de
@ -11,6 +11,8 @@ COPY ./api /srv/api
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
COPY ./web /srv/web
|
||||
COPY ./configs /srv/configs
|
||||
COPY ./assets /srv/assets
|
||||
|
||||
# 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