Docker update

This commit is contained in:
Alexander Pankratov 2020-03-11 02:30:38 +03:00
parent af3962ec4f
commit fb805c5aee

View File

@ -11,6 +11,7 @@ RUN echo 'memory_limit = 512M' >> /usr/local/etc/php/conf.d/php.ini \
&& apt-get autoremove -y \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& composer global require hirak/prestissimo
&& composer install -o --no-dev
VOLUME ["/app/sessions"]