Skip to content

Commit c58a332

Browse files
committed
changed web doc to match markdown for docker self histed config
1 parent 7cdf66b commit c58a332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/selfhosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The output will be dropped into `/var/www/html` by default. You can override th
5757
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:
5858

5959
```bash
60-
docker build -t localbuild -f Dockerfile-build .
60+
docker build -t localbuild -f Dockerfile .
6161
docker run --rm -it -v $(pwd):/buildout localbuild
6262
```
6363

0 commit comments

Comments
 (0)