Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 374 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 374 Bytes

D-arby

slack bot for planning poker

Local development

Prepare:

Rename application-prod.yml.example to application-prod.yml

Build image:

./gradlew jibDockerBuild

Push image

docker push registry.pyn.ru/darby:latest

Pull image

docker pull registry.pyn.ru/darby:latest

Run

docker-compose up