From 1855a2b288d4223a64cbec51f2fae35b01dd4233 Mon Sep 17 00:00:00 2001 From: dohodin Date: Thu, 30 Mar 2023 11:18:38 +0200 Subject: [PATCH] Try to deploy 3, change Dockerfile --- Source/Dockerfile | 2 +- Source/Views/HTML/error.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Dockerfile b/Source/Dockerfile index ad1dfc3..0128192 100644 --- a/Source/Dockerfile +++ b/Source/Dockerfile @@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y git zip COPY . /var/www/html WORKDIR /var/www/html/Config RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer -RUN composer update && composer install +RUN composer update --no-autoloader && composer install --no-autoloader RUN a2enmod rewrite RUN a2enmod actions RUN service apache2 restart diff --git a/Source/Views/HTML/error.php b/Source/Views/HTML/error.php index aa2c170..5af7a50 100644 --- a/Source/Views/HTML/error.php +++ b/Source/Views/HTML/error.php @@ -1,3 +1,4 @@ +