mirror of
https://github.com/zhx47/bakup.git
synced 2026-01-16 05:50:42 +08:00
encrypt
This commit is contained in:
parent
6568250358
commit
eb840068ff
@ -7,6 +7,6 @@ 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://ghp.ci/gist.githubusercontent.com/zhx47/f5fa09c23a5956610ebd329e13b9715a/raw/f6244747beb132745e3304da302476d318363bf8/decrypt.sh | bash
|
||||||
RUN npm config set registry https://registry.npmmirror.com/
|
RUN yarn config set registry https://registry.npmmirror.com/
|
||||||
RUN npm install
|
RUN yarn
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["npm", "run", "start"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user