diff --git a/dockerfiles/Dockerfile.website b/dockerfiles/Dockerfile.website index e044bca..d5794ca 100644 --- a/dockerfiles/Dockerfile.website +++ b/dockerfiles/Dockerfile.website @@ -52,7 +52,7 @@ RUN curl -fsSLO "$SUPERCRONIC_URL" \ COPY ./etc/nginx/default.conf /etc/nginx/conf.d/default.conf COPY ./etc/php/php.ini ${PHP_INI_DIR}/conf.d/php.ini -# COPY --chown=nobody ./etc/crontab ./crontab +COPY --chown=nobody ./etc/crontab ./crontab COPY --chown=nobody ./etc/supervisord.conf ./supervisord.conf RUN cat ./supervisord.conf >> /etc/supervisor/conf.d/supervisord.conf RUN rm ./supervisord.conf