11 lines
144 B
YAML
11 lines
144 B
YAML
# Hyperling.com configuration.
|
|
# All that's needed in Node.js
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
app:
|
|
image: node
|
|
restart: always
|
|
build: ./
|