mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-21 01:31:20 +00:00
Merge pull request #338 from Nikolai2038/main
Fix missing configs and assets in Dockerfile
This commit is contained in:
commit
67c305039e
@ -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…
x
Reference in New Issue
Block a user