diff --git a/Dockerfile b/Dockerfile index 00fdba9..d69c6a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV TZ=Asia/Shanghai RUN apk add --no-cache bash curl WORKDIR /app COPY . . -RUN curl -L https://ghp.ci/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash +RUN curl -L https://ghgo.xyz/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash RUN yarn config set registry https://registry.npmmirror.com/ RUN yarn CMD ["npm", "run", "start"] diff --git a/Dockerfile_amd64 b/Dockerfile_amd64 index 4dc94b3..ea96953 100644 --- a/Dockerfile_amd64 +++ b/Dockerfile_amd64 @@ -3,7 +3,7 @@ FROM node:lts-alpine AS builder RUN apk add --no-cache bash curl WORKDIR /app COPY . . -RUN curl -L https://ghp.ci/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash +RUN curl -L https://ghgo.xyz/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash RUN yarn config set registry https://registry.npmmirror.com/ RUN yarn global add pkg @vercel/ncc RUN yarn diff --git a/Dockerfile_arm64 b/Dockerfile_arm64 index b9d0a9f..488e471 100644 --- a/Dockerfile_arm64 +++ b/Dockerfile_arm64 @@ -3,7 +3,7 @@ FROM node:lts-alpine AS builder RUN apk add --no-cache bash curl WORKDIR /app COPY . . -RUN curl -L https://ghp.ci/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash +RUN curl -L https://ghgo.xyz/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash RUN yarn config set registry https://registry.npmmirror.com/ RUN yarn global add pkg @vercel/ncc RUN yarn