This commit is contained in:
ditiqi 2025-03-02 21:04:16 +08:00
parent 51833be543
commit 62f46641e3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN apk update --no-cache && \
libpq \ libpq \
readline readline
RUN apk add --no-cache ffmpeg
# 设置 npm 镜像源 # 设置 npm 镜像源
RUN yarn config set registry https://registry.npmmirror.com RUN yarn config set registry https://registry.npmmirror.com