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