$ docker compose -f docker-compose-dev.yml up --no-deps --build --force-recreate
when the logs in the terminal show the following message, the application is ready to be used
frontend-1 | INFO Accepting connections at http://0.0.0.0:4200
$ docker compose up --build --force-recreate