parent
e3383498b6
commit
978ede45b4
|
|
@ -9,7 +9,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- composer -v
|
- composer -v
|
||||||
- ls -a
|
- ls -a
|
||||||
# - composer install -v
|
- composer install -v
|
||||||
|
|
||||||
- name: deploy-push-images
|
- name: deploy-push-images
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
|
|
@ -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
|
#FROM gong921123/debian-nginx-php114-74:latest
|
||||||
# 复制当前目录的所有 到上面容器的 var/www中去,变成一个新的镜像
|
# 复制当前目录的所有 到上面容器的 var/www中去,变成一个新的镜像
|
||||||
# 要想复制其他文件 就必须把dockerfile和其他文件放一起
|
# 要想复制其他文件 就必须把dockerfile和其他文件放一起
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue