diff --git a/Dockerfile b/Dockerfile index 3ed1911..6681c94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,8 @@ opcache.fast_shutdown=1' >> "$PHP_INI_DIR/conf.d/opcache.ini" #SUPERVISORD RUN mkdir -p /var/log/supervisor -COPY supervisor/* /etc/supervisor +COPY ./supervisor/supervisord.conf /etc/supervisor/supervisord.conf +COPY ./supervisor/conf.d/laravel-queues.conf /etc/supervisor/conf.d/laravel-queues.conf # Setup Crone RUN mkdir -p /var/log/cron && \