- Running the application (from the project root)
docker build -t cloudhumans-assignment .
docker run -p 8080:80 cloudhumans-assignmentAccess it on http://localhost:8080 (you will see swagger's home page)
- Running the unit tests
docker build --target build-env -t cloudhumans-assignment .