From 23983ccf252941d50bc018eeffa0c400a6e22a9d Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Mon, 9 Oct 2023 17:42:59 +0200 Subject: [PATCH] fix minor error in readme ;-) --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f631a41..cd34f91 100755 --- a/readme.md +++ b/readme.md @@ -9,9 +9,9 @@ Follow these steps: 2. In another terminal window go into the container `docker-compose exec front sh` 3. Run `npm i` 4. Once all dependencies are installed exit the container and stop the container running in the other terminal window -5. Change the line `tail -f /dev/null` back to `npm run dev` -6. In the package.json file change the dev command -> `"hugo server --bind 0.0.0.0"` -7. Launch the container again `docker-compose.yaml up` +5. Change the command line `tail -f /dev/null` back to `npm run dev` +6. In the package.json file change the dev command with `"hugo server --bind 0.0.0.0"` +7. Launch the container again `docker-compose up --force-recreate` --------------------