Enable the rewrite module for the docker setup
This commit is contained in:
parent
7289c7c39a
commit
360ed7ce1c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue