I have a Docker-application, that i build and run with:
docker build -t swagger_server . docker run -p 8080:8080 swagger_se