提交 6b778685 编写于 作者: M Mukaiu 提交者: Huan (李卓桓)

fix onbuild operation not permitted (#962)

上级 81ff9621
......@@ -9,7 +9,7 @@ ONBUILD COPY package.json .
ONBUILD RUN sudo chown bot package.json \
&& jq 'del(.dependencies.wechaty)' package.json | sponge package.json \
&& npm install \
&& rm -fr /tmp/* ~/.npm
&& sudo rm -fr /tmp/* ~/.npm
ONBUILD COPY . .
CMD [ "npm", "start" ]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册