Spaces:
Running
Running
Update Dockerfile
Browse fileschange to custom docker
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM ghcr.io/
|
2 |
|
3 |
COPY sync_data.sh sync_data.sh
|
4 |
|
|
|
1 |
+
FROM ghcr.io/madisonwirtanen/open-webui:main
|
2 |
|
3 |
COPY sync_data.sh sync_data.sh
|
4 |
|