Build a docker image by running docker build -t <image-name> .
, then create a container with docker run --name <container-name> -p 8000:8000
. After running the container, send a POST request to localhost:8000 that includes 1 body request, "file" which is an image upload/image binary string.
This commit is now docker compatible.