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