mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
remove .idea directory created by IDE
This commit is contained in:
parent
d2e6e8269c
commit
e5ad5e1eaf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user