mirror of
https://github.com/lizheming/drone-wechat.git
synced 2026-06-04 10:23:46 +08:00
add file to docker in Dockerfile
This commit is contained in:
@@ -10,4 +10,5 @@ COPY package.json /wechat/package.json
|
||||
RUN npm install --production --registry=https://registry.npm.taobao.org
|
||||
|
||||
COPY index.js /wechat/index.js
|
||||
COPY plugin.js /wechat/plugin.js
|
||||
ENTRYPOINT [ "node", "/wechat/index.js" ]
|
||||
Reference in New Issue
Block a user