
Added a Dockerfile and compose.yaml for easy deployment via docker. Updated README to provide clear instruction on how to get the instance running.
8 lines
140 B
YAML
8 lines
140 B
YAML
services:
|
|
jank:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile-jank
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:8080"
|