no message

This commit is contained in:
2025-07-02 13:25:22 +09:00
parent 018278b587
commit baa0b27b3d

View File

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