Skip to content

Commit

Permalink
changed web doc to match markdown for docker self histed config
Browse files Browse the repository at this point in the history
  • Loading branch information
nimbius committed Mar 31, 2024
1 parent 7cdf66b commit c58a332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/selfhosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The output will be dropped into `/var/www/html` by default. You can override th
You can also leverage docker to generate the netboot.xyz menu and disks in a container which then outputs the results of the rendered templates and compiled iPXE disks into a directory. First ensure you have docker installed and then run:

```bash
docker build -t localbuild -f Dockerfile-build .
docker build -t localbuild -f Dockerfile .
docker run --rm -it -v $(pwd):/buildout localbuild
```

Expand Down

0 comments on commit c58a332

Please sign in to comment.