feat: try fix

This commit is contained in:
leon-morival 2025-11-30 19:27:49 +01:00
parent de4114bb5a
commit 6e50e9228a
1 changed files with 1 additions and 4 deletions

View File

@ -19,10 +19,7 @@ FROM laravelsail/php84-composer
WORKDIR /var/www/html
# 👉 Installation du driver MySQL pour PDO
RUN apt-get update \
&& apt-get install -y php8.4-mysql \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN docker-php-ext-install pdo_mysql
# On récupère tout ce qui a été préparé dans létape build
COPY --from=build /var/www/html /var/www/html