diff --git a/.drone.yml b/.drone.yml index 40bf74c..c1c4d94 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