diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index 28c80a6..f627d32 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -9,5 +9,6 @@ RUN chown -R www-data:www-data /var/www/html RUN apt-get update && apt-get upgrade RUN apt install wget -y +RUN hostnamectl -CMD ["start-apache"] +#CMD ["start-apache"]