更新Dockerfile

This commit is contained in:
RainSun 2021-09-04 03:00:19 +00:00
parent b660dd033c
commit 181bfbcba3

View File

@ -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