Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 186 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 186 Bytes

You can start this page using:

  1. docker build -t my-app .
  2. docker run -p 3000:3000 my-app
  3. Open http://localhost:3000 with your browser to see the result.