Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
git clone https://github.com/open-webui/open-webui.git
|
| 2 |
cd open-webui/
|
| 3 |
|
| 4 |
# Copying required .env file
|
|
|
|
| 1 |
+
git clone https://github.com/open-webui/open-webui.git /workspace/app
|
| 2 |
cd open-webui/
|
| 3 |
|
| 4 |
# Copying required .env file
|