From d75c832a384b3ba4d9142a80c4e9c2f5992af1f9 Mon Sep 17 00:00:00 2001 From: Yabo <386139859@qq.com> Date: Sun, 15 Dec 2019 11:13:16 +0800 Subject: [PATCH] :fire: reduce docker image --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0809a0ba..ddb4d47e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,6 @@ RUN apt-get update \ RUN pip install scrapy pymongo bs4 requests -i https://pypi.tuna.tsinghua.edu.cn/simple # copy backend files -COPY --from=backend-build /go/src/app . COPY --from=backend-build /go/bin/crawlab /usr/local/bin # install nginx