Merge pull request #362 from yann0917/dockerfile

reduce docker image size
This commit is contained in:
Marvin Zhang
2019-12-15 12:29:37 +08:00
committed by GitHub

View File

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