Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +8 -1
Dockerfile
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
FROM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ghcr.io/open-webui/open-webui:latest
|
2 |
+
# Deployed Open-webui with persistent admin role with password secret.
|
3 |
+
|
4 |
+
|
5 |
+
WORKDIR /app/backend
|
6 |
+
EXPOSE 7860
|
7 |
+
|
8 |
+
CMD ["bash", "start.sh"]
|