├── Dockerfile ├── LICENSE ├── Procfile ├── README.md ├── index.js └── package.json /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/STAR-KING0/Render-deploy/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/STAR-KING0/Render-deploy/HEAD/LICENSE -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- 1 | web: npm start -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/STAR-KING0/Render-deploy/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/STAR-KING0/Render-deploy/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/STAR-KING0/Render-deploy/HEAD/package.json --------------------------------------------------------------------------------