diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index d2b1a19..cbf2b7a 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -5,6 +5,6 @@ CMD [ "chmod", "755", "api-rest/start-apache"] # Copy application source COPY api-rest/* /var/www/html -RUN chown -R www-data:www-data /var/www/html +RUN chown -R www-data:www-data /var/www/html/ CMD ["start-apache"] \ No newline at end of file