Skip to content

Instantly share code, notes, and snippets.

@twexler
Created December 10, 2014 19:06
Show Gist options
  • Save twexler/34ac0ada5456e3996dec to your computer and use it in GitHub Desktop.
Save twexler/34ac0ada5456e3996dec to your computer and use it in GitHub Desktop.
FROM litaio/ruby
MAINTAINER "Ted Wexler <ted@stuckinacan.com>"
RUN apt-get update
RUN apt-get install -y redis-server libssl-dev
RUN gem install lita
ADD conf/ /srv/lita-docker/
WORKDIR /srv/lita-docker
RUN bundle install
CMD service redis-server start && bundle exec lita start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment