binary1ne commited on
Commit
299c065
·
verified ·
1 Parent(s): bdd065a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /web-ui/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
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 \