diff --git a/Dockerfile b/Dockerfile index 43eb815..6d3b8cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN composer install --no-dev \ --no-interaction \ --no-progress -# Switch to trafex/php-nginx image and copy application files into it. +# Switch to base alpine image so we can copy application files into it. FROM alpine:latest WORKDIR /var/www/html