Hackathon EY team validator
Windows: https://docs.docker.com/docker-for-windows/install/ Mac: https://docs.docker.com/docker-for-mac/install/
Clone repository:
git clone https://github.com/OscarMulder/ey-validator.git
cd into repository
cd ey-validator
docker build --tag=eyval .
docker run -p 5000:5000 eyval
The EY Validator should now be accessible at http://0.0.0.0:5000/
docker ps
Copy the container id
docker kill containerid
Note: The currently used flask server is only made to handle one user at a time.