forked from open-webui/open-webui
fix: docker import file issue
This commit is contained in:
parent
3ab2c384f2
commit
d5005e39de
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ COPY --from=build /app/onnx /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2/onn
|
||||||
|
|
||||||
# copy built frontend files
|
# copy built frontend files
|
||||||
COPY --from=build /app/build /app/build
|
COPY --from=build /app/build /app/build
|
||||||
|
COPY --from=build /app/CHANGELOG.md /app/CHANGELOG.md
|
||||||
|
COPY --from=build /app/package.json /app/package.json
|
||||||
|
|
||||||
# copy backend files
|
# copy backend files
|
||||||
COPY ./backend .
|
COPY ./backend .
|
||||||
|
|
Loading…
Reference in a new issue