- Clone or Download the Repository
git clone https://github.com/arjunpatel96/StressME-DynamicME- From the root of the cloned/unzipped folder (where the Dockerfile is), build the docker image by running:
docker build -t stressme_with_dynamicme .- Still in the same folder/terminal, start the container with:
docker run -it -p 5000:5000 -v "$PWD":/app stressme_with_dynamicme- Open a browser and go to http://localhost:5000