Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use a specific container image for the application
|
2 |
-
FROM ghcr.io/open-webui/open-webui:
|
3 |
|
4 |
# Set the main working directory inside the container
|
5 |
WORKDIR /app/backend
|
|
|
1 |
# Use a specific container image for the application
|
2 |
+
FROM ghcr.io/open-webui/open-webui:dev
|
3 |
|
4 |
# Set the main working directory inside the container
|
5 |
WORKDIR /app/backend
|