mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
fix cronjob invoice generation issue with hashids
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
FROM php:7.4-fpm-alpine
|
FROM php:7.4-fpm-alpine
|
||||||
|
|
||||||
RUN docker-php-ext-install pdo pdo_mysql
|
RUN apk add --no-cache \
|
||||||
|
php7-bcmath
|
||||||
|
|
||||||
|
RUN docker-php-ext-install pdo pdo_mysql bcmath
|
||||||
|
|
||||||
COPY docker-compose/crontab /etc/crontabs/root
|
COPY docker-compose/crontab /etc/crontabs/root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user