From af6cfb1bc8d057f5fcc7638aa81a8685a8643572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20P=C3=A9rez=20Ngounou?= Date: Sat, 11 Feb 2023 19:11:00 +0100 Subject: [PATCH] jhh --- .drone.yml | 4 ++-- Sources/.dockerignore | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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