diff --git a/.drone.yml b/.drone.yml index 22a2de8..9875c45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ steps: image: plugins/docker settings: dockerfile: Sources/BowlingApi/Dockerfile - context: . + context: Sources/BowlingApi/ registry: hub.codefirst.iut.uca.fr repo: hub.codefirst.iut.uca.fr/victor_perez.ngounou/BowlingGameAPI username: @@ -60,7 +60,7 @@ steps: image: plugins/docker settings: dockerfile: Sources/Bowling Api Gateway/Dockerfile - context: . + context: Sources/BowlingApi/ registry: hub.codefirst.iut.uca.fr repo: hub.codefirst.iut.uca.fr/victor_perez.ngounou/BowlingGameAPI username: diff --git a/Sources/.dockerignore b/Sources/.dockerignore index cd967fc..9055ab1 100644 --- a/Sources/.dockerignore +++ b/Sources/.dockerignore @@ -1,4 +1,4 @@ -**/.dockerignore + **/.dockerignore **/.env **/.git **/.gitignore