diff --git a/docker/statistics/Dockerfile b/docker/Dockerfile.statistics.arm64 similarity index 83% rename from docker/statistics/Dockerfile rename to docker/Dockerfile.statistics.arm64 index 707fe3e5..10e89345 100644 --- a/docker/statistics/Dockerfile +++ b/docker/Dockerfile.statistics.arm64 @@ -18,13 +18,13 @@ RUN curl -sS https://getcomposer.org/installer | \ WORKDIR /app # install composer dependencies -COPY . /app +COPY statistics /app RUN composer install -COPY crontab /etc/cron.d/crontab +COPY statistics/crontab /etc/cron.d/crontab -COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf +COPY statistics/supervisord.conf /etc/supervisor/conf.d/supervisord.conf RUN chmod 0644 /etc/cron.d/crontab \ && crontab /etc/cron.d/crontab \