Skip to content

Commit 634842d

Browse files
authored
Merge pull request #105 from nimbius/master
changed web doc to match markdown for docker self histed config
2 parents f512e56 + c58a332 commit 634842d

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)