codo-cmdb icon indicating copy to clipboard operation
codo-cmdb copied to clipboard

优化 Dockerfile

Open jlovec1024 opened this issue 5 years ago • 1 comments

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

镜像大小优化结果: 1.36GB => 532MB

jlovec1024 avatar Jan 01 '20 09:01 jlovec1024

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

hhkens avatar Oct 19 '22 08:10 hhkens