Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

优化 Dockerfile #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jlovec1024
Copy link

  1. 使用 python image 作为 base image, 减少安装 python 的时间.
  2. 独立 python requirements.txt 安装, 减少重复安装 requirements.txt
    次数.
  3. 清除 nginx 和 supervisor 的安装缓存减少, 镜像大小.

镜像大小优化结果: 1.39GB => 412MB

1. 使用 python image 作为 base image, 减少安装 python 的时间.
2. 独立 python requirements.txt 安装, 减少重复安装 requirements.txt
次数.
3. 清除 nginx 和 supervisor 的安装缓存减少, 镜像大小.

镜像大小优化结果: 1.39GB => 412MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant