Update Dockerfile
Browse files- 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
|