Just installed it via docker and ran it but the link is giving me
This page isn’t working 127.0.0.1 didn’t send any data. ERR_EMPTY_RESPONSE
docker run -p 5000:5000 memory
* Serving Flask app 'app'
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5000
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
Anything I'm missing or something ?
Thank you