From 70d389f67dd36660cd351423e5df529ecc34df8e Mon Sep 17 00:00:00 2001 From: lamya1baidouri Date: Mon, 3 Feb 2025 19:49:37 +0100 Subject: [PATCH] debbug --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2eb93a371..b7c456742 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -160,7 +160,7 @@ jobs: df -h > metrics/system/pre_docker_disk.txt # Build Docker optimisé - DOCKER_BUILDKIT=1 docker build -t app:latest . + docker build -t app:latest -f .devcontainer/Dockerfile . --no-cache build_status=$? end_time=$(date +%s%N)