Add phpMyAdmin script to Dockerfile for lamp environment setup

This commit is contained in:
xiao 2024-12-04 14:51:38 +08:00
parent 1df0e19836
commit 3a7e494d01

View File

@ -28,6 +28,7 @@ RUN sed -i.bak \
# 复制脚本 # 复制脚本
COPY ["bt.sh", "init_mysql.sh", "/"] COPY ["bt.sh", "init_mysql.sh", "/"]
COPY ["phpmyadmin.sh", "/lamp/"]
# 转换启动脚本 # 转换启动脚本
RUN dos2unix /bt.sh && dos2unix /init_mysql.sh RUN dos2unix /bt.sh && dos2unix /init_mysql.sh