From b2b386b33a3c53cd3f5cf0c284600adb45043ff1 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 13 Oct 2023 19:54:21 +0100 Subject: [PATCH] update wording --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc12f73..819f23c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY ./docker/nginx.conf /etc/nginx/nginx.conf COPY ./upload.php /tmp/upload.php COPY ./docker/start.sh /start.sh -# Stage 2: Create a smaller image +# Stage 2: Create a smaller production image FROM alpine:3.18.4 # Copy Nginx and PHP-FPM binaries and configurations from the builder stage