Bug while performing deployment CI/CD
There has been detected an error in the CI/CD pipeline when in deployment stage.
Since there is another container already running that uses the port 5080 for the front-end, it does not accept the deployment of the solution.
How to solve this?
Gather the container name from the docker-compose section, and then remove it.
Edited by Hugo Angulo