This project is a Dockerfile that build the Gruyere project into a container that can be run on your local machine without having to install its dependencies. To run this, you'll need to have Docker installed.
You can pull this image from dockerhub using:
docker pull karthequian/gruyere:latest
You can run this image as follows:
docker run -d -p 8008:8008 karthequian/gruyere
In your web browser, visit port :8008 on your docker host, and you'll see the gruyere webapp.
Happy security testing!