From c58a3322439d3f4bb0de926fda47b66a3e8d722d Mon Sep 17 00:00:00 2001 From: nimbius Date: Sun, 31 Mar 2024 07:26:40 -0700 Subject: [PATCH] changed web doc to match markdown for docker self histed config --- docs/selfhosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/selfhosting.md b/docs/selfhosting.md index 18b6dca..203594d 100644 --- a/docs/selfhosting.md +++ b/docs/selfhosting.md @@ -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 ```