Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -34,9 +34,9 @@ RUN git clone https://github.com/browser-use/web-ui.git
|
|
| 34 |
RUN ls -la
|
| 35 |
|
| 36 |
# Set the working directory to the newly cloned repository.
|
| 37 |
-
WORKDIR /
|
| 38 |
|
| 39 |
-
RUN ls -la /
|
| 40 |
|
| 41 |
|
| 42 |
# Install uv first, then use it to create the virtual environment and install dependencies.
|
|
|
|
| 34 |
RUN ls -la
|
| 35 |
|
| 36 |
# Set the working directory to the newly cloned repository.
|
| 37 |
+
WORKDIR /web-ui
|
| 38 |
|
| 39 |
+
RUN ls -la /web-ui
|
| 40 |
|
| 41 |
|
| 42 |
# Install uv first, then use it to create the virtual environment and install dependencies.
|