binary1ne commited on
Commit
2c87650
·
verified ·
1 Parent(s): 88e07c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN mkdir -p /opt/novnc && \
40
  ln -s /usr/share/novnc/* /opt/novnc/ && \
41
  ln -s /usr/share/novnc/utils /opt/novnc/utils &&\
42
  mkdir -p /var/log/x11vnc && \
43
- touch /var/log/x11vnc.log && \
44
 
45
  # Clone repository
46
  RUN git clone https://github.com/browser-use/web-ui.git
 
40
  ln -s /usr/share/novnc/* /opt/novnc/ && \
41
  ln -s /usr/share/novnc/utils /opt/novnc/utils &&\
42
  mkdir -p /var/log/x11vnc && \
43
+ touch /var/log/x11vnc.log
44
 
45
  # Clone repository
46
  RUN git clone https://github.com/browser-use/web-ui.git