mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
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 \
|
||||
&& docker-php-ext-enable xdebug
|
||||
|
||||
RUN a2enmod rewrite
|
||||
|
|
Loading…
Reference in a new issue