Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Deployed Open-webui with persistent admin role with password secret.
|
2 |
# Users registration is allowed by default, but user group data will be lost with each building.
|
3 |
|
4 |
-
FROM ghcr.io/
|
5 |
|
6 |
WORKDIR /app/backend
|
7 |
|
|
|
1 |
# Deployed Open-webui with persistent admin role with password secret.
|
2 |
# Users registration is allowed by default, but user group data will be lost with each building.
|
3 |
|
4 |
+
FROM ghcr.io/snekkenull/open-webui:main
|
5 |
|
6 |
WORKDIR /app/backend
|
7 |
|