The same structure as countryflags.io. Flags generated using this.
<img src="http://localhost:8000/:country_code/:style/:size.png" />
<img src="http://localhost:8000/se/flat/64.png" />
docker build -t countryflags . && docker run -it --init -p 8000:8000 countryflags
docker-compose up