diff --git a/Dockerfile b/Dockerfile index ecd4878..ee73c8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ WORKDIR /app RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple COPY . /app -CMD sh go.sh && python +CMD sleep 100000000