From 836e6dc3b0046abb63e14781ad86dfc7ce587913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lima?= Date: Wed, 17 Jul 2024 19:37:49 +0100 Subject: [PATCH] wip --- dockerfiles/Dockerfile.website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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