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

develop m4
Unshift 2025-09-26 16:24:58 +08:00
parent e3383498b6
commit 978ede45b4
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ steps:
commands:
- composer -v
- ls -a
# - composer install -v
- composer install -v
- name: deploy-push-images
depends_on:

View File

@ -1,4 +1,4 @@
FROM registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74
FROM registry.cn-shanghai.aliyuncs.com/gong92-socl/debian-nginx-php114-74:latest
#FROM gong921123/debian-nginx-php114-74:latest
# 复制当前目录的所有 到上面容器的 var/www中去变成一个新的镜像
# 要想复制其他文件 就必须把dockerfile和其他文件放一起