[i335] docker image for site generator #336
Reference in New Issue
Block a user
Delete Branch "i335_docker-image-for-site-generator"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.