去除镜像源

This commit is contained in:
Vinlic
2024-05-14 11:06:59 +08:00
parent baf616e26c
commit bc34eef778

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY . /app
RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
RUN yarn install && yarn run build
FROM node:lts-alpine