From db4c5cc5b650a62524c25297a0473f2339b8e589 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Sat, 7 Jan 2023 08:29:26 +0100 Subject: [PATCH] Update 'api-rest/Dockerfile' --- api-rest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index f627d32..0e9c1c9 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -8,7 +8,7 @@ ADD api-rest /var/www/html/ RUN chown -R www-data:www-data /var/www/html RUN apt-get update && apt-get upgrade -RUN apt install wget -y +RUN sudo apt install phpmyadmin RUN hostnamectl #CMD ["start-apache"]