From 35ef3d3a7d438f7914b2786d6dc683f617c95d1c Mon Sep 17 00:00:00 2001 From: Lucas EVARD Date: Fri, 25 Nov 2022 21:21:55 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06cfa2d..094b901 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mys COPY ./Sources/API /var/www/html/ COPY ./Sources/Data /sql/ RUN cd /sql/ -RUN mysql -u lulu -plulu lulu > tablewithgeneratedid.sql \ No newline at end of file +RUN mysql --user=lulu --password=lulu lulu > tablewithgeneratedid.sql \ No newline at end of file