this is a simple website working with node.js and docker to compute the nth prime number
to run it, you simply have to run the following commands:
- sudo docker build -t prime-app .
- sudo docker run -p 3000:3000 prime-app You now have a running website on the following address :
- localhost:3000
enjoy the website !
number 15