Enable the rewrite module for the docker setup

This commit is contained in:
Alex Tselegidis 2020-04-22 20:49:54 +02:00
parent 7289c7c39a
commit 360ed7ce1c
1 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,5 @@ RUN apt-get update && apt-get install -y \
RUN pecl install xdebug \ RUN pecl install xdebug \
&& docker-php-ext-enable xdebug && docker-php-ext-enable xdebug
RUN a2enmod rewrite