Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 292 Bytes

File metadata and controls

17 lines (12 loc) · 292 Bytes

Dockerfile for Kanboard

Dockerfile for latest stable release of Kanboard.

To build your own image:

make image

To fetch the images and run it:

docker pull kanboard/kanboard
docker run -d --name kanboard -p 80:80 -t kanboard/kanboard:stable