Skip to content

Commit

Permalink
run containers in detached mode
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-sarfraz committed Sep 26, 2024
1 parent c931c58 commit 1ea78da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Backend-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
KEY: ${{ secrets.KEY}}
SECTRET: ${{ secrets.SECTRET}}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY}}
run: docker compose up --force-recreate
run: docker compose up --force-recreate --detach

0 comments on commit 1ea78da

Please sign in to comment.