Update Dockerfile
Some checks failed
Build and push image / Build (push) Failing after 5m45s

This commit is contained in:
Jack 2024-06-10 13:40:28 +01:00
parent cb862c02b3
commit 96851e9a34

View File

@ -9,6 +9,8 @@ RUN docker-php-ext-install pdo_mysql opcache gd zip ldap
COPY ./crontab /etc/cron.d/crontab COPY ./crontab /etc/cron.d/crontab
COPY ./petroq.service /etc/systemd/system
RUN systemctl enable --now pteroq.service
RUN chmod 0644 /etc/cron.d/crontab RUN chmod 0644 /etc/cron.d/crontab
RUN /usr/bin/crontab /etc/cron.d/crontab RUN /usr/bin/crontab /etc/cron.d/crontab