From b024051798a95a98e8b7e448922fa74a9574909a Mon Sep 17 00:00:00 2001 From: Moe Shehab <52987806+mhmdksh@users.noreply.github.com> Date: Thu, 9 May 2024 14:42:09 +0400 Subject: [PATCH] Update start-devouch.yml --- .github/workflows/start-devouch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/start-devouch.yml b/.github/workflows/start-devouch.yml index 762a6fa..2c3ba0d 100644 --- a/.github/workflows/start-devouch.yml +++ b/.github/workflows/start-devouch.yml @@ -18,4 +18,4 @@ jobs: port: 22 script: | cd $HOME/DeVouch-BE - docker compose up -d --build + docker compose up -d --build --no-cache