fix: aa7
continuous-integration/drone/tag Build is passing Details

develop m9
Unshift 2025-09-26 17:00:49 +08:00
parent 4e995f48b9
commit ce231f8739
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:latest
# 要想复制其他文件 就必须把dockerfile和其他文件放一起
# 这里复制了这个项目的所有
RUN pwd && ls -a
COPY . /var/www
COPY . /code
RUN ls -al /var/www