We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5b69c commit f564766Copy full SHA for f564766
utilities/lab-desktop-start
@@ -1,9 +1,9 @@
1
#!/usr/bin/env bash
2
3
echo "Starting build process..."
4
-podman run --privileged --rm --name showroom-builder -v "./:/antora" docker.io/antora/antora default-site.yml
+podman run --privileged --rm --name showroom-builder -v "/home/instruct/dev-guides/:/antora" docker.io/antora/antora default-site.yml
5
6
echo "Starting serve process..."
7
-podman run --privileged -d --rm --name showroom-httpd -p 8443:80 -v "./www:/usr/local/apache2/htdocs/" docker.io/httpd:2.4
+podman run --privileged -d --rm --name showroom-httpd -p 8443:80 -v "/home/instruct/dev-guides//www:/usr/local/apache2/htdocs/" docker.io/httpd:2.4
8
9
echo "Serving lab content on http://localhost:8443/index.html"
0 commit comments