Преглед изворни кода

build docker container from local state

Gil Raphaelli пре 9 година
родитељ
комит
df2a82f77c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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