From f633f3c69ea6d92f80bcce2136c6d9e45766c887 Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 10 Jan 2025 12:38:45 +0800 Subject: [PATCH] =?UTF-8?q?build(automated=5Fapi):=20=E6=9B=B4=E6=96=B0=20?= =?UTF-8?q?Dockerfile=20=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Dockerfile 路径从 Dockerfile. 修改为 Dockerfile - 修正了 Docker 构建命令中的文件路径 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d1acfed..40bf74c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: path: /var/run/docker.sock working_directory: automated_api commands: - - docker build -t rz/automated_api:latest -f Dockerfile. + - docker build -t rz/automated_api:latest -f Dockerfile - name: run-container image: docker:latest