move Dockerfile

This commit is contained in:
2025-03-31 16:36:26 +03:00
parent ce3c354927
commit aa42e72127
@@ -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 \