[i335] docker image for site generator #336

Open
rho_n wants to merge 6 commits from i335_docker-image-for-site-generator into main
Showing only changes of commit e1be81a4ad - Show all commits

View File

@@ -80,7 +80,7 @@ in the directory from which the site-generator is run. There are two ways to mak
```-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 .```
```docker build -t hpr/site-generator .```

I think this should be docker build instead of docker run

I think this should be `docker build` instead of `docker run`
Outdated
Review

Good catch norrist. Thanks!

Good catch norrist. Thanks!
The first build will take a while. It must pull down the base container, perl-latest, and then pull down and build the
various Perl modules from CPAN. After the initial build, if you have modified your site.cfg file, templates dir, or the