This commit is contained in:
zhx47 2024-12-20 10:58:10 +08:00 committed by GitHub
parent 7f12ae66d5
commit 48c55976b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ ENV TZ=Asia/Shanghai
RUN apk add --no-cache bash curl RUN apk add --no-cache bash curl
WORKDIR /app WORKDIR /app
COPY . . 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 config set registry https://registry.npmmirror.com/
RUN yarn RUN yarn
CMD ["npm", "run", "start"] CMD ["npm", "run", "start"]

View File

@ -3,7 +3,7 @@ FROM node:lts-alpine AS builder
RUN apk add --no-cache bash curl RUN apk add --no-cache bash curl
WORKDIR /app WORKDIR /app
COPY . . 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 config set registry https://registry.npmmirror.com/
RUN yarn global add pkg @vercel/ncc RUN yarn global add pkg @vercel/ncc
RUN yarn RUN yarn

View File

@ -3,7 +3,7 @@ FROM node:lts-alpine AS builder
RUN apk add --no-cache bash curl RUN apk add --no-cache bash curl
WORKDIR /app WORKDIR /app
COPY . . 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 config set registry https://registry.npmmirror.com/
RUN yarn global add pkg @vercel/ncc RUN yarn global add pkg @vercel/ncc
RUN yarn RUN yarn