diff --git a/Dockerfile b/Dockerfile index 83c28b3..afabcb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file