From 1753ce0c76fcb47c72be0e9befe61e52f1160247 Mon Sep 17 00:00:00 2001 From: Unshift Date: Fri, 26 Sep 2025 11:35:26 +0800 Subject: [PATCH] fix: ap6 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 8528fac..eb3a9ba 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,7 +4,7 @@ FROM registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74 # 要想复制其他文件 就必须把dockerfile和其他文件放一起 # 这里复制了这个项目的所有 -COPY. /var/www +COPY . /var/www RUN sed -i's/http:\/\/mirrors.tuna.tsinghua.edu.cn\/debian/http:\/\/deb.debian.org\/debian/g' /etc/apt/sources.list \ && apt-get update && apt-get install -y tree \ && ls -al /var/www \