build
docker build . -t ctnelson1997/cs571-s25-hw9-api
docker push ctnelson1997/cs571-s25-hw9-api
run
docker pull ctnelson1997/cs571-s25-hw9-api
docker run --name=cs571_s25_hw9_api -d --restart=always -p 58109:58109 -v /cs571/s25/hw9:/cs571 ctnelson1997/cs571-s25-hw9-api