fix minor error in readme ;-)

This commit is contained in:
Mathieu Jaumotte 2023-10-09 17:42:59 +02:00
parent 3f84be93bd
commit 23983ccf25
Signed by: mathieu
GPG Key ID: F6C91279F6ED6EFE

View File

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