web icon indicating copy to clipboard operation
web copied to clipboard

🚀 Content of examples.openshift.pub

Content of examples.openshift.pub

Build

via Containerfile

podman build \
  -t mkdocs:local \
  --no-cache \
  -f Containerfile .

Local development

Build local runtime.

podman build \
  -t mkdocs:local \
  --no-cache \
  -f Containerfile.local-run .

Run it

podman run -ti --rm \
  -v $(pwd):/opt/app-root/src:z \
  -p 8080:8080 mkdocs:local

Stargazers over time

Stargazers over time