From c1fbefd7ff3d4e3d27bd92715d9459a141861798 Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Thu, 17 Mar 2022 11:24:14 +0000 Subject: [PATCH] Correct a comment in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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