From 2758f59aaf12560ccb0e16d96f341b42b6392dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=94=E5=90=AC=E9=A3=8E=E5=90=9F?= Date: Wed, 16 Jun 2021 16:18:59 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e4239e..806a1dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ ADD requirements.txt requirements.txt RUN pip install -Ur requirements.txt -i https://mirrors.aliyun.com/pypi/simple && \ pip install gunicorn[gevent] -i https://mirrors.aliyun.com/pypi/simple ADD . . -#ENTRYPOINT ["/code/DjangoBlog/bin/docker_start.sh"] \ No newline at end of file +ENTRYPOINT ["/code/DjangoBlog/bin/docker_start.sh"]