Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 364 Bytes

File metadata and controls

9 lines (7 loc) · 364 Bytes

numworks-docker

Build and run a container based on nginx:mainline-alpine to locally run the Numworks graphing calculator on localhost:80.

git clone https://github.com/scribbles/numworks-docker.git .
docker build -t numworks-nginx:v1 .
docker run -p 80:80 -d -it --name numworks numworks-nginx:v1