From f5388a31fbed8d3654673ba2c97e3f359677ad20 Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:15:46 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20supprimer=20les=20sp=C3=A9cifications=20?= =?UTF-8?q?dockerfile=20inutiles=20dans=20compose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 979fbd6..4737c6e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,6 +2,4 @@ webzine.webapplication: image: webzine.webapplication build: - context: . - dockerfile: Webzine.WebApplication/Dockerfile - + context: . \ No newline at end of file