From df2a82f77c5f3d9231811e0a844212c96579897f Mon Sep 17 00:00:00 2001 From: Gil Raphaelli Date: Wed, 31 Aug 2016 11:07:38 -0400 Subject: [PATCH] build docker container from local state --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7c09228..0941c16c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Conor Heine 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