mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
修改dist源
This commit is contained in:
parent
ccaebbadd7
commit
ee4e9f6174
@ -11,7 +11,7 @@ RUN apk add --update --no-cache build-base nginx openssl curl unzip supervisor j
|
|||||||
pip install --no-cache-dir -r /app/deploy/requirements.txt && \
|
pip install --no-cache-dir -r /app/deploy/requirements.txt && \
|
||||||
apk del build-base --purge
|
apk del build-base --purge
|
||||||
|
|
||||||
RUN curl -L $(curl -s https://api.github.com/repos/QingdaoU/OnlineJudgeFE/releases/latest | grep /dist.zip | cut -d '"' -f 4) -o dist.zip && \
|
RUN curl -L $(curl -s https://api.github.com/repos/Harry-zklcdc/OJ/releases/latest | grep /dist.zip | cut -d '"' -f 4) -o dist.zip && \
|
||||||
unzip dist.zip && \
|
unzip dist.zip && \
|
||||||
rm dist.zip
|
rm dist.zip
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user