(1.0.4) devops: removed php configuration file copy and user specification from dockerfile.

This commit is contained in:
Rebecca Valente 2025-07-27 02:05:42 -03:00
parent c9b9616417
commit e85a960422

View File

@ -18,5 +18,3 @@ 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