implémentation formulaire, cookie

This commit is contained in:
2025-09-19 11:28:56 +02:00
parent 6ee139ab5f
commit bcf31c3fbb
13 changed files with 348 additions and 8 deletions

View File

@@ -8,9 +8,12 @@ RUN apt-get update && apt-get install -y \
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)
RUN install-php-extensions \
sockets \
zip \
intl \
opcache
opcache \
openssl \
pdo_pgsql
# Définit le répertoire de travail
WORKDIR /app