mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00: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