mirror of
https://github.com/open-webui/open-webui.git
synced 2024-02-27 23:27:23 +03:00
fix: docker import file issue
This commit is contained in:
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user