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 #36

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.36GB => 532MB

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

镜像大小优化结果: 1.36GB => 532MB
@hhkens
Copy link

hhkens commented Oct 19, 2022

现在这个docker 起来根本就不好用呀 nginx 配置都有问题 直接就是无法访问 我修改后nginx开始显示502 数据库无法初始化数据

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.

2 participants