From 96e3a9420d5294c1ab2c214e2d8b3af82f13200a Mon Sep 17 00:00:00 2001 From: Gong <534592533@qq.com> Date: Mon, 28 Aug 2023 16:31:26 +0800 Subject: [PATCH] fix: YML --- Dockerfile => Dockerfile22 | 0 docker/Dockerfile | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename Dockerfile => Dockerfile22 (100%) diff --git a/Dockerfile b/Dockerfile22 similarity index 100% rename from Dockerfile rename to Dockerfile22 diff --git a/docker/Dockerfile b/docker/Dockerfile index c725ce5..f9cce17 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,4 +2,5 @@ FROM gong921123/debian-nginx-php114-74:latest # 复制当前目录的所有 到上面容器的 var/www中去,变成一个新的镜像 # 要想复制其他文件 就必须把dockerfile和其他文件放一起 # 这里复制了这个项目的所有 -COPY . /var/www +# test +COPY . /var/www