From 0630972c638781ec1b51e827d5e366d98f75c206 Mon Sep 17 00:00:00 2001 From: Romeo Date: Tue, 29 Apr 2025 17:12:17 +0800 Subject: [PATCH] Change to forcing add php alias. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a7c5808a..d4d452b2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apk add --no-cache \ php84-xmlwriter \ supervisor -RUN ln -s /usr/bin/php84 /usr/bin/php +RUN ln -sf /usr/bin/php84 /usr/bin/php # Configure nginx - http COPY config/nginx.conf /etc/nginx/nginx.conf