初始化仓库

This commit is contained in:
2026-02-26 15:05:17 +08:00
commit 949d963236
7 changed files with 111 additions and 0 deletions

3
php/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM php:8.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