diff --git a/Dockerfile b/Dockerfile index c33fcc8a..f0cccb26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ RUN chmod 755 /*.sh # config to enable .htaccess ADD apache_default /etc/apache2/sites-available/000-default.conf RUN a2enmod rewrite +RUN a2enmod cgi # Configure /app folder with sample app RUN git clone https://github.com/fermayo/hello-world-lamp.git /app