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