remove .idea directory created by IDE

This commit is contained in:
孟政元 2018-01-26 14:12:07 +08:00
parent d2e6e8269c
commit e5ad5e1eaf

View File

@ -4,6 +4,7 @@ WORKDIR /app
COPY . /app
RUN rm package-lock.json \
; rm -rf .idea \
; rm -rf node_modules \
; npm config set registry "https://registry.npm.taobao.org/" \
&& npm install