watchtorrent / render.yaml
Harsh Gupta
Initial commit: WatchTorrent - synchronized torrent streaming app
500a902
Raw
History Blame Contribute Delete
290 Bytes
services:
- type: web
name: watchtorrent
env: node
buildCommand: cd client && npm install && npm run build && cd ../server && npm install
startCommand: node server/index.js
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 3000