Skip to content

Instantly share code, notes, and snippets.

@luisbebop
Created November 4, 2013 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisbebop/7306300 to your computer and use it in GitHub Desktop.
Save luisbebop/7306300 to your computer and use it in GitHub Desktop.
FROM greglearns/ruby
RUN git clone https://github.com/planobe/cloudwalk-http-echo.git /opt/cloudwalk-http-echo/
RUN gem install bundler
EXPOSE 5000
ENV PORT 5000
RUN cd /opt/cloudwalk-http-echo && git pull && bundle install
CMD ["/usr/local/bin/foreman","start","-d","/opt/cloudwalk-http-echo"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment