Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -43,10 +43,12 @@ 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 |
COPY webui_with_vnc.py start.sh /web-ui/
|
| 47 |
|
| 48 |
# Copy your custom supervisor config
|
| 49 |
-
COPY
|
| 50 |
|
| 51 |
# Create a non-root user and switch to it
|
| 52 |
RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
|
|
|
|
| 43 |
RUN git clone https://github.com/browser-use/web-ui.git /web-ui
|
| 44 |
WORKDIR /web-ui
|
| 45 |
|
| 46 |
+
RUN la -la /web-ui
|
| 47 |
+
|
| 48 |
COPY webui_with_vnc.py start.sh /web-ui/
|
| 49 |
|
| 50 |
# Copy your custom supervisor config
|
| 51 |
+
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
| 52 |
|
| 53 |
# Create a non-root user and switch to it
|
| 54 |
RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
|