提交 479f080c 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix workdir for onbuild

上级 45fdc6c9
......@@ -3,6 +3,8 @@ FROM zixia/wechaty
ONBUILD ARG NODE_ENV
ONBUILD ENV NODE_ENV $NODE_ENV
ONBUILD WORKDIR /bot
ONBUILD COPY package.json .
ONBUILD RUN npm install && npm cache clean && rm -fr /tmp/* ~/.npm
ONBUILD COPY . .
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册