HAYVN API Assignment To build the docker container docker build --tag hayvnapi . To run the docker container on localhost:3000 docker run --port 3000:3000 hayvnapi To view the OpenAPI docs browse to http://localhost:3000/docs