adding vagrant and docker files

This commit is contained in:
Mike McCabe
2014-09-18 18:53:30 -06:00
parent ca11cabadd
commit 0dcadb6f00
4 changed files with 40 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
FROM rails:onbuild
MAINTAINER mccabe615
ADD script/start /start
RUN chmod a+x /start
user root
ENV RAILS_ENV development
CMD /start