mockolafe as noroot

This commit is contained in:
afornerot 2025-01-04 11:00:00 +01:00
parent 8cd71b7521
commit 92861f0409

View File

@ -8,8 +8,4 @@ COPY . .
# Installation des dépendances composer # Installation des dépendances composer
RUN composer install --no-interaction RUN composer install --no-interaction
RUN mkdir -p /app/var
RUN chown apache /app/var -R
RUN chmod u+w /app/var -R
CMD /etc/apache2/apache2.sh CMD /etc/apache2/apache2.sh