Skip to content

txn2/kdash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ee4953 · Sep 21, 2021

History

34 Commits
Jan 21, 2021
Sep 21, 2021
Jun 1, 2018
Jun 1, 2018
Jun 1, 2018
Jun 1, 2018

Repository files navigation

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