mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-05 21:58:56 +08:00
commit
0a344840f2
@ -3,7 +3,7 @@ FROM mhart/alpine-node:9
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN rm package-lock.json \
|
||||
RUN rm -f package-lock.json \
|
||||
; rm -rf .idea \
|
||||
; rm -rf node_modules \
|
||||
; npm config set registry "https://registry.npm.taobao.org/" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user