build
docker build . -t ctnelson1997/cs571-s25-bonus-xsrf
docker push ctnelson1997/cs571-s25-bonus-xsrf
deploy
docker pull ctnelson1997/cs571-s25-bonus-xsrf
docker run --name=cs571_s25_bonus_xsrf -d --restart=always -p 58861:58861 ctnelson1997/cs571-s25-bonus-xsrf