From 74ef2be5a162cf378c2d49a55d666af85ca21257 Mon Sep 17 00:00:00 2001 From: lizheming Date: Wed, 19 Dec 2018 21:57:17 +0800 Subject: [PATCH] add file to docker in Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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