Skip to content

Instantly share code, notes, and snippets.

@mjdavies
Created June 23, 2016 13:26
Show Gist options
  • Save mjdavies/22a8b837dcb951f7d36a1e982c1a7876 to your computer and use it in GitHub Desktop.
Save mjdavies/22a8b837dcb951f7d36a1e982c1a7876 to your computer and use it in GitHub Desktop.
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
COPY Gemfile Gemfile.lock ./
COPY . ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment