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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -47,6 +47,9 @@ 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
 
 
47
 
48
  COPY webui_with_vnc.py start.sh /web-ui/
49
 
50
+ # Create supervisor directory first
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