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

fix onbuild permission with normal user

上级 af007737
......@@ -8,7 +8,7 @@ ONBUILD ARG NODE_ENV
ONBUILD ENV NODE_ENV $NODE_ENV
ONBUILD COPY package.json .
ONBUILD RUN npm install && npm cache clean && rm -fr /tmp/* /root/.npm
ONBUILD RUN npm install && npm cache clean && 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.
先完成此消息的编辑!
想要评论请 注册