fix minor error in readme ;-)
This commit is contained in:
parent
3f84be93bd
commit
23983ccf25
@ -9,9 +9,9 @@ Follow these steps:
|
|||||||
2. In another terminal window go into the container `docker-compose exec front sh`
|
2. In another terminal window go into the container `docker-compose exec front sh`
|
||||||
3. Run `npm i`
|
3. Run `npm i`
|
||||||
4. Once all dependencies are installed exit the container and stop the container running in the other terminal window
|
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`
|
5. Change the command 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"`
|
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.yaml up`
|
7. Launch the container again `docker-compose up --force-recreate`
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user