Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 276 Bytes

Boilerplate for rapidly creating a simple, lightweight, auth-based nginx-apple docker image

Put your static files in /src

Fire and forget:

docker build -t web-image:v1 .

docker run --rm -d -p 8123:8123 web-image:v1

Extra docker-compose.yml included