From ef47e2c1fd836366f68628fb3827854b0db420c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 27 Jun 2024 13:26:02 +0200 Subject: [PATCH] fix drone process --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 7b30ef2..49fac55 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,7 @@ steps: tag: - latest pull_image: true + context: ./pythonProject dockerfile: ./pythonProject/Dockerfile --- kind: signature