diff --git a/Dockerfile b/Dockerfile index d68297f..0c08cea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local RUN composer update && composer install RUN a2enmod rewrite RUN a2enmod actions -RUN service restart apache2 \ No newline at end of file +RUN service apache2 restart \ No newline at end of file