no message
This commit is contained in:
@ -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"]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user