Skip to content

Commit

Permalink
Merge pull request #180 from Team-MindWay/179-solve-container-conflict
Browse files Browse the repository at this point in the history
컨테이너 충돌로 CD가 제대로 실행되지 않는 문제 해결
  • Loading branch information
zzunipark authored Jun 5, 2024
2 parents 50abec8 + 9ef16ec commit a5ebb9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
fi
done
- name: delete old docker container
run: sudo docker rm mindwayv2container

- name: docker run new container
run: sudo docker run --name mindwayv2container --env-file /home/minjun/.env --rm -d -p 10000:8080 mindway-v2-backend

Expand Down

0 comments on commit a5ebb9e

Please sign in to comment.