From 68b8829508e467d89d10b9c20188d15d0e074513 Mon Sep 17 00:00:00 2001 From: astra Date: Tue, 17 Oct 2023 12:35:34 +0100 Subject: [PATCH] Update Containerfile.fpm --- Containerfile.fpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.fpm b/Containerfile.fpm index 8116b0d..86f7f5e 100644 --- a/Containerfile.fpm +++ b/Containerfile.fpm @@ -67,6 +67,6 @@ RUN set -xe;\ mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" WORKDIR /var/www VOLUME /var/www/storage /var/www/bootstrap /public -ENTRYPOINT /entrypoint.sh +ENTRYPOINT /entrypoint.fpm.sh LABEL build.date=$DATE version.pixelfev=$VERSION