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

Update Dockerfile

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