Fix Docker build instruction example

This commit is contained in:
2026-05-19 13:57:26 -04:00
parent fd577942e6
commit e1be81a4ad

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``` ```-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: 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 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 various Perl modules from CPAN. After the initial build, if you have modified your site.cfg file, templates dir, or the