Add Redis support to Akaunting V setup

This commit is contained in:
Mohammed Al-Mahdawi 2022-08-19 08:07:57 +03:00
parent 7b362755ed
commit 332206e5c6
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ RUN docker-php-ext-configure gd \
pdo_mysql \
zip
RUN pecl install redis && docker-php-ext-enable redis
RUN curl -Lo /tmp/akaunting.zip 'https://akaunting.com/download.php?version=latest&utm_source=docker&utm_campaign=developers'
COPY files/akaunting-v.sh /usr/local/bin/akaunting-v.sh