binary1ne commited on
Commit
a977f39
·
verified ·
1 Parent(s): d13c5dd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -35,10 +35,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
35
  xvfb \
36
  && rm -rf /var/lib/apt/lists/*
37
 
38
- # Create directory for noVNC
39
- 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
 
 
35
  xvfb \
36
  && rm -rf /var/lib/apt/lists/*
37
 
38
+
 
 
 
39
  # Clone repository
40
  RUN git clone https://github.com/browser-use/web-ui.git
41