Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-Srivastav123 authored Apr 17, 2024
1 parent 54a5504 commit 0490416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: sudo docker container stop quizmate-container-2 || true

- name: Run docker image for container-2
run: sudo docker run -d -p 9090:8080 --name quizmate-container-1 quizmate sleep infinity| echo "success"
run: sudo docker run -d -p 9090:8080 --name quizmate-container-2 quizmate sleep infinity| echo "success"

0 comments on commit 0490416

Please sign in to comment.