master
pan 4 years ago
parent 7bfbf58e56
commit 554990fa16
  1. 2
      Dockerfile

@ -3,7 +3,7 @@ FROM node:current-alpine3.12
#拷贝公钥免密克隆仓库代码
RUN mkdir -p /root/.ssh
COPY .ssh/id_rsa.pub /root/.ssh/
RUN chown /root/.ssh/* root:root && md5sum /root/.ssh/* && ls -la /root/.ssh/
RUN md5sum /root/.ssh/* && ls -la /root/.ssh/
RUN mkdir /app
#拷贝自动更新部署应用的命令
COPY shell/* /app/

Loading…
Cancel
Save