From e1be81a4adf6c642c6dbd89db734f231f6dea63f Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Tue, 19 May 2026 13:57:26 -0400 Subject: [PATCH] Fix Docker build instruction example --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 8990c4d..ef17fd4 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -80,7 +80,7 @@ in the directory from which the site-generator is run. There are two ways to mak ```-v /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