From 6fb2e43c1e9dd252d9c43631ffbe0f866fed3437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Sat, 28 Jan 2023 16:32:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(81):=20=F0=9F=90=9E=20=E4=BF=AE=E5=A4=8Dphp?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swoole/8.1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swoole/8.1/Dockerfile b/swoole/8.1/Dockerfile index 66b557c..ef04536 100644 --- a/swoole/8.1/Dockerfile +++ b/swoole/8.1/Dockerfile @@ -21,7 +21,7 @@ RUN set -ex \ && php -m \ && php --ri swoole \ # ---------- some config ---------- - && cd /etc/php8 \ + && cd /etc/php81 \ # - config PHP && { \ echo "upload_max_filesize=128M"; \