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