From e6d63d471344f0c0077fddfe9abbe411b59a67e8 Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Mon, 29 Nov 2021 09:33:04 +0800 Subject: [PATCH] =?UTF-8?q?Python's=20dockerfile=20file=20comment=20is=20n?= =?UTF-8?q?ot=20opened=20and=20cannot=20be=20restarted=20normally=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cve-vulner-manager/cve-py/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cve-vulner-manager/cve-py/Dockerfile b/cve-vulner-manager/cve-py/Dockerfile index 52ed65b..aa98839 100644 --- a/cve-vulner-manager/cve-py/Dockerfile +++ b/cve-vulner-manager/cve-py/Dockerfile @@ -10,4 +10,4 @@ WORKDIR /opt/app/cve-python COPY . /opt/app/cve-python/ RUN pip install --no-cache-dir -r /opt/app/cve-python/requirements.txt -#ENTRYPOINT ["python3", "/opt/app/cve-python/main.py"] \ No newline at end of file +ENTRYPOINT ["python3", "/opt/app/cve-python/main.py"] \ No newline at end of file -- Gitee