diff --git a/.drone.yml b/.drone.yml index ed73020..a0d4cb0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -86,10 +86,11 @@ steps: - echo hello world - whoami - date + - ls - name: Show Docker Env commands: - docker ps - docker images - name: Build Docker Image commands: - - docker build -f ./Dockerfile -t python3.10 + - docker build . -t python3.10 -f ./Dockerfile