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"]