build docker container from local state

This commit is contained in:
Gil Raphaelli 2016-08-31 11:07:38 -04:00 committed by Thibaut Courouble
parent 14e85a641e
commit df2a82f77c

View file

@ -4,7 +4,7 @@ MAINTAINER Conor Heine <conor.heine@gmail.com>
RUN apt-get update
RUN apt-get -y install git nodejs
RUN git clone https://github.com/Thibaut/devdocs.git /devdocs
COPY . /devdocs
RUN gem install bundler
WORKDIR /devdocs