lollms-webui icon indicating copy to clipboard operation
lollms-webui copied to clipboard

docker file missing config?

Open sgehrman opened this issue 1 year ago • 4 comments

Expected Behavior

docker doesn't run

Current Behavior

Got errors, I had to add COPY ./config.py /srv/config.py COPY ./configs /srv/configs

to the dockerfile to run

Steps to Reproduce

try to run the docker compose version on linux

Possible Solution

add to docker file COPY ./config.py /srv/config.py COPY ./configs /srv/configs

Context

linux

Screenshots

If applicable, add screenshots to help explain the issue.

sgehrman avatar Apr 13 '23 04:04 sgehrman