Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 189 Bytes

File metadata and controls

15 lines (12 loc) · 189 Bytes

Run Locally

  • Install node.js
  • RUN:
npm install
npm start

Build Docker Image and push

docker build -t username/imagename:tag .
docker push username/imagename