Skip to content

Dockerfile to build a containerized version of the Numworks calculator.

Notifications You must be signed in to change notification settings

scribbles/numworks-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

Dockerfile to build a containerized version of the Numworks calculator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published