docker python flask
Primary LanguagePython
$ docker build -t flask . $ docker run --rm -p 5000:5000 flask