Skip to content

Instantly share code, notes, and snippets.

@sirhopcount
Forked from twexler/lita-docker
Last active March 8, 2016 23:57
Show Gist options
  • Save sirhopcount/ab17347a068feca845db to your computer and use it in GitHub Desktop.
Save sirhopcount/ab17347a068feca845db 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
@nsturnitin
Copy link

Removing intermediate container b8261ab9772c
Step 6 : ADD conf/ /srv/lita-docker/
lstat conf/: no such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment