FlandreDaisuki / docker-local-static-server

A local static server expose to the internet with cloudflared tunnel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-local-static-server

A local static server expose to the internet

usage

docker run --rm -it \
  -v "${PWD}:/root/www:ro" \
  ghcr.io/flandredaisuki/docker-local-static-server

or make it an alias

# in your ~/.*shrc

alias ngrok-alt='docker run --rm -it \
  -v "${PWD}:/root/www:ro" \
  ghcr.io/flandredaisuki/docker-local-static-server'

About

A local static server expose to the internet with cloudflared tunnel

License:MIT License


Languages

Language:JavaScript 67.3%Language:Dockerfile 32.7%