Skip to content

Commit f564766

Browse files
committed
Add a condition for Desktop CI
1 parent 3d5b69c commit f564766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/lab-desktop-start

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22

33
echo "Starting build process..."
4-
podman run --privileged --rm --name showroom-builder -v "./:/antora" docker.io/antora/antora default-site.yml
4+
podman run --privileged --rm --name showroom-builder -v "/home/instruct/dev-guides/:/antora" docker.io/antora/antora default-site.yml
55

66
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
7+
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
88

99
echo "Serving lab content on http://localhost:8443/index.html"

0 commit comments

Comments
 (0)