Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kannan112 authored Dec 16, 2023
1 parent dd945f0 commit ea60ae1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea60ae1

Please sign in to comment.