build docker container from local state

pull/474/head
Gil Raphaelli 9 years ago committed by GitHub
parent 5db1ca7cd5
commit c609a51e65

@ -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

Loading…
Cancel
Save