From e85a960422a2e4142e1af59e0305544541e9fe9b Mon Sep 17 00:00:00 2001 From: Rebecca Valente Date: Sun, 27 Jul 2025 02:05:42 -0300 Subject: [PATCH] (1.0.4) devops: removed php configuration file copy and user specification from dockerfile. --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c9f70f..5c6932d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,4 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer COPY apache/ /etc/apache2 -COPY php.ini /usr/local/etc/php/php.ini - -USER www-data +COPY php.ini /usr/local/etc/php/php.ini \ No newline at end of file