fix(81): 🐞 修复php目录错误

This commit is contained in:
李东云
2023-01-28 16:32:42 +08:00
parent 862618ca41
commit 6fb2e43c1e

View File

@@ -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"; \