Skip to content

Commit

Permalink
added files
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi9705 committed Aug 22, 2024
1 parent d269b4d commit ffd4373
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mainPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,11 @@ jobs:
run: |
if [ "$(sudo docker ps -q -f name=frontend)" ]; then
sudo docker kill frontend
fi
if [ "$(sudo docker ps -aq -f name=frontend)" ]; then
sudo docker stop frontend
sudo docker rm frontend
fi
fi
if [ "$(sudo docker ps -aq -f name=frontend)" ]; then
sudo docker stop frontend
sudo docker rm frontend
fi
sudo docker run -d -p 3000:3000 --name forntend wwag3/wednesdaywickedadventures:latest

Expand Down

0 comments on commit ffd4373

Please sign in to comment.