Dockerfile and image publishing pipeline for self-hosting the jwt.io website (namely the Debugger).
Upstream Repo: https://github.com/jsonwebtoken/jsonwebtoken.github.io
summary:
docker run --rm -e PORT=8080 -p8080:8080 ghcr.io/eins78/jsonwebtoken-github-io:main
environment variables:
- PORT: port to listen on (default: 3000)
- Github Container Registry:
ghcr.io/eins78/jsonwebtoken-github-io:main
Thanks to Auth0 for providing the JWT.io Debugger and JWT.io website under an open source license.