From 65838185a86d7d1ba4bb3e57e3a8c45186474c8d Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Sat, 7 Jan 2023 08:30:02 +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 0e9c1c9..c0235d2 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 sudo apt install phpmyadmin +RUN apt install phpmyadmin RUN hostnamectl #CMD ["start-apache"]