First build project with
mvn clean install
Then build layered docker with
docker build -t transfer:${version} .
You need to run application to see swagger first
mvn spring-boot:run
Then you can access swagger by url http://localhost:8080/swagger-ui/index.html You also can try execute requests there, but you need to run docker compose first
Install docker on your machine and then just run
cd local-env
docker compose up -d