Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soham901 committed Oct 2, 2024
1 parent fcee695 commit 70f3922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: sudo docker rm $(sudo docker ps -aq) || true

- name: Build and start Docker containers
run: sudo docker-compose up -d --build
run: sudo docker compose up -d --build

0 comments on commit 70f3922

Please sign in to comment.