diff --git a/.drone.yml b/.drone.yml index f3824f0..fe17e9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ steps: - name: docker-build-and-push-api-rest image: plugins/docker settings: - dockerfile: Sources/BowlingApi/Dockerfile + dockerfile: Sources/DockerfileRestFull context: Sources registry: hub.codefirst.iut.uca.fr repo: hub.codefirst.iut.uca.fr/victor_perez.ngounou/BowlingGameAPI diff --git a/Sources/Bowling Api Gateway/Dockerfile b/Sources/DockerfileGateway similarity index 100% rename from Sources/Bowling Api Gateway/Dockerfile rename to Sources/DockerfileGateway diff --git a/Sources/BowlingApi/Dockerfile b/Sources/DockerfileRestFull similarity index 100% rename from Sources/BowlingApi/Dockerfile rename to Sources/DockerfileRestFull