From ae9ab7061a24c14a4beef8696e02bb55629cf9b9 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Sat, 7 Jan 2023 08:32:10 +0100 Subject: [PATCH] Update 'api-rest/Dockerfile' --- api-rest/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index c0235d2..8da7080 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -7,8 +7,8 @@ RUN chmod 755 /usr/local/bin/start-apache 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 phpmyadmin -RUN hostnamectl +FROM phpmyadmin:latest + +RUN phpmyadmin -version #CMD ["start-apache"]