diff --git a/Dockerfile b/Dockerfile index a43e4d6a..e860d670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ RUN apk add --update --no-cache build-base nginx openssl curl unzip supervisor j pip install --no-cache-dir -r /app/deploy/requirements.txt && \ 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 && \ - unzip dist.zip && \ - rm dist.zip +# RUN curl -L $(curl -s https://api.github.com/repos/QingdaoU/OnlineJudgeFE/releases/latest | grep /dist.zip | cut -d '"' -f 4) -o dist.zip && \ +# unzip dist.zip && \ +# rm dist.zip ENTRYPOINT /app/deploy/entrypoint.sh