You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/selfhosting.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The output will be dropped into `/var/www/html` by default. You can override th
57
57
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:
58
58
59
59
```bash
60
-
docker build -t localbuild -f Dockerfile-build.
60
+
docker build -t localbuild -f Dockerfile .
61
61
docker run --rm -it -v $(pwd):/buildout localbuild
0 commit comments