revision gestion cookie

This commit is contained in:
2025-09-22 15:17:33 +02:00
parent bcf31c3fbb
commit 0aac7b2c51
7 changed files with 46 additions and 38 deletions

View File

@@ -4,6 +4,8 @@ RUN apt-get update && apt-get install -y \
unzip \
&& rm -rf /var/lib/apt/lists/*
RUN cp $PHP_INI_DIR/php.ini-development ./php.ini
# Installe Composer
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
# Installe les extensions PHP nécessaires pour Symfony (pdo_mysql par exemple, si tu utilises MySQL)