Skip to content

Commit

Permalink
Checking Is Backend running
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiArya20 committed Dec 11, 2024
1 parent f100ec9 commit fe30b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
${{ runner.os }}-buildx-
- name: Build and run Docker Compose
run: sudo docker compose up # Run Docker Compose in detached mode
run: sudo docker compose up -d # Run Docker Compose in detached mode

0 comments on commit fe30b00

Please sign in to comment.