Skip to content

micperez/web

 
 

Repository files navigation

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

About

🚀 Content of examples.openshift.pub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.5%
  • HTML 14.1%
  • Dockerfile 6.8%
  • CSS 1.6%