mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
Remove unneeded env setting
This commit is contained in:
parent
e997cd9907
commit
a5cb1f729d
2 changed files with 2 additions and 4 deletions
|
|
@ -22,4 +22,4 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
|||
COPY --from=build /app/docker/nginx.conf.example /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
|
||||
CMD nginx ; exec env NODE_TLS_REJECT_UNAUTHORIZED=0 npx NeteaseCloudMusicApi
|
||||
CMD nginx ; exec npx NeteaseCloudMusicApi
|
||||
Loading…
Add table
Add a link
Reference in a new issue