diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 6fe335a8..0f73ac3f 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -31,8 +31,8 @@ RUN pip install --upgrade pip && pip install -r apphub/requirements.txt # supervisor # RUN pip install supervisor -COPY config/supervisord.conf /usr/local/supervisord.conf -RUN chmod +r /usr/local/supervisord.conf +COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf +RUN chmod +r /etc/supervisor/conf.d/supervisord.conf COPY config/entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh