Update node-exporter to v1.11.1, fcct to butane

This commit is contained in:
yeasy
2026-04-25 14:58:40 +00:00
parent 77a537df54
commit 8093b198ce
19 changed files with 8 additions and 28 deletions
-1
View File
@@ -5,7 +5,6 @@
`COPY` 是在构建镜像时将构建上下文Dockerfile 所在目录及其子目录中的文件或目录复制到容器内的指令它是处理应用代码配置文件最常用的方式
典型场景
- 复制应用源码`COPY . /app`
- 复制配置文件`COPY nginx.conf /etc/nginx/nginx.conf`
- 复制静态资源`COPY public /app/public`