mirror of https://github.com/akaunting/docker.git
Add Redis support to Akaunting V setup
This commit is contained in:
parent
7b362755ed
commit
332206e5c6
|
@ -45,6 +45,8 @@ RUN docker-php-ext-configure gd \
|
||||||
pdo_mysql \
|
pdo_mysql \
|
||||||
zip
|
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'
|
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
|
COPY files/akaunting-v.sh /usr/local/bin/akaunting-v.sh
|
||||||
|
|
Loading…
Reference in New Issue