Skip to content

Commit

Permalink
Update backend-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwpark1211 authored May 13, 2024
1 parent 089695f commit b6146a9
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 @@ -18,4 +18,4 @@ jobs:
sudo docker stop $(docker ps -a -q)
sudo docker rm $(docker ps -a -q)
sudo docker pull jeongwoon1849/bookitty
sudo docker run -d -p 8080:8080 jeongwoon1849/bookitty
sudo docker run -d -p 8080:8080 --name new jeongwoon1849/bookitty

0 comments on commit b6146a9

Please sign in to comment.