diff --git a/Drone/drone.yml b/Drone/drone.yml index a65dacb..8fb33b5 100644 --- a/Drone/drone.yml +++ b/Drone/drone.yml @@ -8,6 +8,7 @@ steps: - name: docker_sock path: /var/run/docker.sock commands: + - cd Drone.Web - docker build --tag dronetest . - docker rm -f dronetest || true - docker run --name dronetest --restart always -d dronetest