From 3a181e3c375ec4f5b195c0fc4bcc86321b8fe6b2 Mon Sep 17 00:00:00 2001 From: rem Date: Thu, 9 Nov 2023 15:13:25 +0100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7600f2c..f41f4a8 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