spinner-io / render.yaml
Phuc Long Nguyen
Init project from github
f676ff2
Raw
History Blame Contribute Delete
220 Bytes
services:
- type: web
name: spinner-io-game
env: node
rootDir: server
buildCommand: npm install && npm run build
startCommand: npm start
envVars:
- key: NODE_ENV
value: production