From 17a4f7f4ec7cb2ca41517346af61f9cc9365928b Mon Sep 17 00:00:00 2001 From: Federico Biccheddu <433819+f15u@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:12:04 +0100 Subject: [PATCH] build: create an alias for `php` --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 87cedb5f1..5a7c5808a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,8 @@ RUN apk add --no-cache \ php84-xmlwriter \ supervisor +RUN ln -s /usr/bin/php84 /usr/bin/php + # Configure nginx - http COPY config/nginx.conf /etc/nginx/nginx.conf # Configure nginx - default server