From d2c2be707277014aa9118aca941623113b41560a Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 9 Jan 2023 17:14:09 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'api-rest/Dockerfil?= =?UTF-8?q?e'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-rest/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index 9b4101c..f0ea5d3 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -7,6 +7,4 @@ RUN chmod 755 /usr/local/bin/start-apache ADD api-rest /var/www/html/ RUN chown -R www-data:www-data /var/www/html -FROM phpmyadmin:latest - -#CMD ["start-apache"] +CMD ["start-apache"]