-
-
Notifications
You must be signed in to change notification settings - Fork 729
Closed
Description
步骤是不是如下:
1、获取https://github.com/0xJacky/uozi-docker.git 源码,
2、把https://github.com/0xJacky/uozi-docker/blob/main/nginx-ui-base/Dockerfile 里面Dockerfile文件的FROM nginx:latest替换成自己加了插件的nginx镜像,比如 FROM nginx-added-models:latest,构建基础镜像(比如叫nginx-ui-base-added-models:latest)
3、获取源码 https://github.com/0xJacky/nginx-ui.git
4、修改 Dockerfile文件中的 FROM uozi/nginx-ui-base:latest 为 FROM nginx-ui-base-added-models:latest
5、构建最终镜像
Metadata
Metadata
Assignees
Labels
No labels