mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
v5.0.0 update
This commit is contained in:
7
docker-compose/cron.dockerfile
Normal file
7
docker-compose/cron.dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM php:7.4-fpm-alpine
|
||||
|
||||
RUN docker-php-ext-install pdo pdo_mysql
|
||||
|
||||
COPY docker-compose/crontab /etc/crontabs/root
|
||||
|
||||
CMD ["crond", "-f"]
|
||||
Reference in New Issue
Block a user