update wording
All checks were successful
Publish Docker Image / docker (push) Successful in 59s

This commit is contained in:
Lee 2023-10-13 19:54:21 +01:00
parent f9622e8081
commit b2b386b33a

View File

@ -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