add file to docker in Dockerfile

This commit is contained in:
lizheming
2018-12-19 21:57:17 +08:00
parent 759632c133
commit 74ef2be5a1
+1
View File
@@ -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" ]