更新Dockerfile

This commit is contained in:
RainSun 2021-09-04 03:23:34 +00:00
parent 378d49f5bb
commit e7afd9ab7d

View File

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