Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 332 Bytes

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