build(automated_api): 更新 Dockerfile 路径
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
- 将 Dockerfile 路径从 Dockerfile. 修改为 Dockerfile - 修正了 Docker 构建命令中的文件路径
This commit is contained in:
parent
201be6eb1e
commit
f633f3c69e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user