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` --------------------