From 181bfbcba3278bd90ce7298185d87ffa0c2c1ca0 Mon Sep 17 00:00:00 2001 From: RainSun Date: Sat, 4 Sep 2021 03:00:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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