新增本地开发环境配置

This commit is contained in:
2025-10-18 09:14:30 +08:00
parent cbf3c44f14
commit 79641f01ee
4 changed files with 90 additions and 1 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM php:7.3-fpm-alpine
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN docker-php-ext-install pdo_mysql mysqli