Skip to content

Instantly share code, notes, and snippets.

@ianblenke
Created November 10, 2014 20:09
Show Gist options
  • Save ianblenke/ef7150420cbd328d5e41 to your computer and use it in GitHub Desktop.
Save ianblenke/ef7150420cbd328d5e41 to your computer and use it in GitHub Desktop.
Dockerfile for rails app
FROM rails:onbuild
ENV HOME /usr/src/app
ADD docker/run.sh /run.sh
RUN chmod 755 /run.sh
EXPOSE 3000
CMD /run.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment