Skip to content

Commit

Permalink
refactor: Update Dockerfile to use --force-recreate flag for docker c…
Browse files Browse the repository at this point in the history
…ompose up command
  • Loading branch information
suk-6 committed Jul 13, 2024
1 parent f98062b commit baef8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
script: |
cd /root/adego-api
git pull
docker compose up -d --build
docker compose up -d --build --force-recreate

0 comments on commit baef8c0

Please sign in to comment.