master
pan 4 years ago
parent e4f4fdac03
commit e1ed25b154
  1. 2
      Dockerfile

@ -7,7 +7,7 @@ RUN mkdir /app
#拷贝自动更新部署应用的命令
COPY shell/* /app/
#为命令建立软链接
RUN ln -s /app/* /usr/local/bin/ && chmod +x /app/*
#使用阿里云镜像源安装git和openssh
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk update && apk add git openssh
#拷贝应用代码

Loading…
Cancel
Save