mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 16:08:13 +00:00
7 lines
128 B
YAML
7 lines
128 B
YAML
services:
|
|
- type: web
|
|
name: http-echo
|
|
env: node
|
|
plan: free
|
|
buildCommand: yarn
|
|
startCommand: node index.js
|