binary1ne commited on
Commit
1b78bbc
·
verified ·
1 Parent(s): 918b70e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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