Skip to content

Commit 2d28d55

Browse files
committed
DOCS Infrastructure improve devcontainer
1 parent 681dd6d commit 2d28d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"image": "mcr.microsoft.com/vscode/devcontainers/ruby:2.7",
55
//"image": "quay.io/rhn_support_gmcgoldr/vscode-ruby27-asciibinder",
66

7-
"postCreateCommand": "gem install asciidoctor asciidoctor-diagram ascii_binder && asciibinder build --distro=openshift-enterprise && BR=\"$(git branch --show-current)\" && cd _preview && ln -s openshift-enterprise/$BR/welcome/index.html openshift-enterprise/index.html && ruby -run -ehttpd . -p8000&"
7+
"postCreateCommand": "gem install asciidoctor asciidoctor-diagram ascii_binder && asciibinder build --distro=openshift-enterprise && BR=\"$(git branch --show-current)\" && cd _preview && ln -s openshift-enterprise/$BR/welcome/index.html openshift-enterprise/index.html && ruby -run -ehttpd . -p8000"
88
//"postCreateCommand": "asciibinder build --distro=openshift-enterprise && cd _preview/openshift-enterprise/main && ln -s welcome/index.html index.html && ruby -run -ehttpd . -p8000"
99

1010
// Features to add to the dev container. More info: https://containers.dev/features.a

0 commit comments

Comments
 (0)