/web-app-https-starter

Builds for amd64, arm64, and armv7

Primary LanguageDockerfileCreative Commons Zero v1.0 UniversalCC0-1.0

web-app-https-starter

Quickly/easily start a tunnel and serve a local folder with valid HTTPS for development

Example:

docker run -it --rm -v `pwd`/dist:/www cohunter/web-app-https-starter

This would serve the files in ./dist on a URL with valid HTTPS for testing/development.