binary1ne commited on
Commit
2915d40
·
verified ·
1 Parent(s): b6b7b62

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -51,7 +51,7 @@ COPY webui_with_vnc.py start.sh /web-ui/
51
  RUN mkdir -p /etc/supervisor/conf.d
52
 
53
  # Copy your custom supervisor config
54
- COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
55
 
56
  # Create a non-root user and switch to it
57
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \
 
51
  RUN mkdir -p /etc/supervisor/conf.d
52
 
53
  # Copy your custom supervisor config
54
+ COPY /web-ui/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
55
 
56
  # Create a non-root user and switch to it
57
  RUN adduser --disabled-password --gecos '' --shell /bin/bash user \