fix: ap7
continuous-integration/drone/tag Build is failing Details

develop v0.37
Unshift 2025-09-26 11:44:17 +08:00
parent 279ef12a0b
commit 235260427d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74
# 要想复制其他文件 就必须把dockerfile和其他文件放一起
# 这里复制了这个项目的所有
COPY. /var/www
COPY . /var/www
RUN if [ -f /etc/apt/sources.list ]; then sed -i's/http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian/http:\/\/deb.debian.org\/debian/g' /etc/apt/sources.list; else echo "sources.list not found"; fi \
&& apt-get update && apt-get install -y tree \
&& ls -al /var/www \