Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
d5005e39
Commit
d5005e39
authored
Feb 23, 2024
by
Timothy J. Baek
Browse files
fix: docker import file issue
parent
3ab2c384
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Dockerfile
Dockerfile
+2
-0
No files found.
Dockerfile
View file @
d5005e39
...
@@ -73,6 +73,8 @@ COPY --from=build /app/onnx /root/.cache/chroma/onnx_models/all-MiniLM-L6-v2/onn
...
@@ -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 .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment