Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -40,7 +40,8 @@ RUN mkdir -p /opt/novnc && \
|
|
| 40 |
ln -s /usr/share/novnc/* /opt/novnc/
|
| 41 |
|
| 42 |
# Clone repository
|
| 43 |
-
RUN git clone https://github.com/browser-use/web-ui.git
|
|
|
|
| 44 |
WORKDIR /web-ui
|
| 45 |
|
| 46 |
RUN pwd && ls -la /web-ui
|
|
|
|
| 40 |
ln -s /usr/share/novnc/* /opt/novnc/
|
| 41 |
|
| 42 |
# Clone repository
|
| 43 |
+
RUN git clone https://github.com/browser-use/web-ui.git
|
| 44 |
+
|
| 45 |
WORKDIR /web-ui
|
| 46 |
|
| 47 |
RUN pwd && ls -la /web-ui
|