You will know you are in the correct branch when you see the Dockerfile
When testing this PR, make sure to switch to the correct branch first
```
git fetch
git checkout origin i335_docker-image-for-site-generator
```
You will know you are in the correct branch when you see the Dockerfile
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Add a Docker file and instructions for building and running a Docker site-generator app locally
When testing this PR, make sure to switch to the correct branch first
You will know you are in the correct branch when you see the Dockerfile
Approved with Comments
Testing worked using the requested change.
@@ -68,0 +80,4 @@```-v <path to db directory>/hpr.db:/usr/src/app/hpr.db```Build the image by running the following command from the hpr_generator directory:```docker run -t hpr/site-generator .```I think this should be
docker buildinstead ofdocker runGood catch norrist. Thanks!