Initial testing of running Node website in docker.
This commit is contained in:
10
Config/Hyperling.com/docker-compose.yml
Normal file
10
Config/Hyperling.com/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# Hyperling.com configuration.
|
||||
# All that's needed in Node.js
|
||||
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: node
|
||||
restart: always
|
||||
build: ./
|
Reference in New Issue
Block a user