Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 327 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 327 Bytes

kdash

Example of serving kdash docker container on port 2701 on the local server:

docker run -e DEBUG=true -p 2701:80 txn2/kdash:latest

Local Development

docker run -e DEBUG=true -v "$(pwd)"/www:/www -p 2701:80 txn2/kdash:latest