Correct a comment in dockerfile

This commit is contained in:
Dale Davies
2022-03-17 11:24:14 +00:00
parent 0d31641a25
commit c1fbefd7ff

View File

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