Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -43,7 +43,7 @@ RUN mkdir -p /opt/novnc && \
|
|
| 43 |
RUN git clone https://github.com/browser-use/web-ui.git /web-ui
|
| 44 |
WORKDIR /web-ui
|
| 45 |
|
| 46 |
-
RUN ls -la /web-ui
|
| 47 |
|
| 48 |
COPY webui_with_vnc.py start.sh /web-ui/
|
| 49 |
|
|
|
|
| 43 |
RUN git clone https://github.com/browser-use/web-ui.git /web-ui
|
| 44 |
WORKDIR /web-ui
|
| 45 |
|
| 46 |
+
RUN pwd && ls -la /web-ui
|
| 47 |
|
| 48 |
COPY webui_with_vnc.py start.sh /web-ui/
|
| 49 |
|