Created
June 23, 2016 13:21
-
-
Save mjdavies/777331d08527b6a0166af989798c6fac to your computer and use it in GitHub Desktop.
One of the many variants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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