Moved to _dev
This commit is contained in:
10
crater/docker-compose/cron.dockerfile
Normal file
10
crater/docker-compose/cron.dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM php:8.0-fpm-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
php8-bcmath
|
||||
|
||||
RUN docker-php-ext-install pdo pdo_mysql bcmath
|
||||
|
||||
COPY docker-compose/crontab /etc/crontabs/root
|
||||
|
||||
CMD ["crond", "-f"]
|
||||
Reference in New Issue
Block a user