build(automated_api): 更新 Dockerfile 路径
Some checks failed
continuous-integration/drone/push Build is failing

- 将 Dockerfile 路径从 Dockerfile. 修改为 Dockerfile
- 修正了 Docker 构建命令中的文件路径
This commit is contained in:
lixin 2025-01-10 12:38:45 +08:00
parent 201be6eb1e
commit f633f3c69e

View File

@ -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