Skip to content

Instantly share code, notes, and snippets.

@mjdavies
Created June 23, 2016 13:21
Show Gist options
  • Save mjdavies/777331d08527b6a0166af989798c6fac to your computer and use it in GitHub Desktop.
Save mjdavies/777331d08527b6a0166af989798c6fac to your computer and use it in GitHub Desktop.
One of the many variants
FROM ruby:2.3.0
RUN apt-get update -qq && apt-get install -y build-essential nodejs mysql-client vim
RUN mkdir /code
WORKDIR /code
ADD Gemfile /code/Gemfile
RUN bundle install
ADD . /code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment