File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4
4
"image" : " mcr.microsoft.com/vscode/devcontainers/ruby:2.7" ,
5
5
// "image": "quay.io/rhn_support_gmcgoldr/vscode-ruby27-asciibinder",
6
6
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"
8
8
// "postCreateCommand": "asciibinder build --distro=openshift-enterprise && cd _preview/openshift-enterprise/main && ln -s welcome/index.html index.html && ruby -run -ehttpd . -p8000"
9
9
10
10
// Features to add to the dev container. More info: https://containers.dev/features.a
You can’t perform that action at this time.
0 commit comments