Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 878 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 878 Bytes

Kabrioletas Docker image travis-badge docker-badge

This repository contains a Docker image for Kabrioletas Twitter bot.

Running

Copy application.conf to kabrioletas.conf and fill in all of the required credentials. Then run:

docker run -d --restart=unless-stopped -v $PWD:/config \
  martynas/kabrioletas-amd64:latest \
  -J-Dconfig.file=/config/kabrioletas.conf