# Contributing ## Docker In order to work on the docker image locally you can build and run the image with the following steps: ```sh docker build --tag=poke-speare . docker run -p 5000:5000 poke-speare ```