develop
Gong 2023-08-28 16:31:26 +08:00
parent 8750d81839
commit 96e3a9420d
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ FROM gong921123/debian-nginx-php114-74:latest
# 复制当前目录的所有 到上面容器的 var/www中去变成一个新的镜像
# 要想复制其他文件 就必须把dockerfile和其他文件放一起
# 这里复制了这个项目的所有
COPY . /var/www
# test
COPY . /var/www