13 lines
240 B
YAML
13 lines
240 B
YAML
|
services:
|
||
|
- type: web
|
||
|
name: jaryo-file-manager
|
||
|
env: node
|
||
|
plan: free
|
||
|
buildCommand: npm install
|
||
|
startCommand: npm start
|
||
|
envVars:
|
||
|
- key: NODE_ENV
|
||
|
value: production
|
||
|
- key: PORT
|
||
|
value: 10000
|