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