Merge pull request #12 from breandan/master

Rebase Docker image on the official Ruby 2.2 image.
This commit is contained in:
breandan 2015-07-26 22:01:04 -04:00
commit 6c8f84a04e

13
Dockerfile Normal file
View File

@ -0,0 +1,13 @@
FROM ruby:2.2
RUN apt-get update
RUN apt-get --yes install nodejs
WORKDIR /usr/src/app
EXPOSE 4000
CMD \
rake bootstrap && \
rake preview