This commit is contained in:
klemens 2019-06-02 10:09:57 +02:00
parent c8b5d72dad
commit f752243f42
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ RUN { \
echo 'post_max_size=128M'; \
} > /usr/local/etc/php/conf.d/php-recommended.ini
# provide container inside image for data persistance
# provide container inside image for data persistence
# VOLUME /var/www/html
RUN pecl install apcu \