Files
Kubernetes/Docker/Dockerfile/Nginx/README.md
offends 8a87b699ba
All checks were successful
continuous-integration/drone Build is passing
first commit
2025-12-13 18:06:23 +08:00

577 B
Raw Blame History

本文作者:丁辉

Nginx 镜像构建

Dockerfile示例

文件名 示例作用 构建示例
Dockerfile 示例如何通过环境变量更改Nginx配置文件 docker build -t 镜像名:标签 .
Dockerfile-ndoe 示例如何通过过阶段构建构建Npm前端代码 docker build -t 镜像名:标签 -f Dockerfile-node .