From ea60ae106478a49aac7acffcf82602a1e4fbfe29 Mon Sep 17 00:00:00 2001 From: ABHINAND ARUN <109995096+Kannan112@users.noreply.github.com> Date: Sun, 17 Dec 2023 02:22:02 +0530 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 90471f0..8ccfa29 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -62,5 +62,6 @@ jobs: script: | cd any-fashion-gin-clean-code git pull - docker compose down # Stop running containers - docker compose up -d --build # Recreate and start containers + sudo docker-compose down # Stop running containers + sudo docker-compose build + sudo docker-compose-up # Recreate and start containers