[i335] docker image for site generator #336
@@ -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 .```
|
||||
|
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user
I think this should be
docker buildinstead ofdocker runGood catch norrist. Thanks!