diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 0f36bcc..c6ea33c 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,8 +1,3 @@ -# -# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh" -# -# PLEASE DO NOT EDIT IT DIRECTLY. -# FROM php:8.2-apache # persistent dependencies RUN set -eux; \ @@ -145,3 +140,4 @@ RUN chmod 755 /usr/local/bin/entrypoint.sh ENTRYPOINT ["entrypoint.sh"] CMD ["apache2-foreground"] +