Răsfoiți Sursa

build docker container from local state

Gil Raphaelli 9 ani în urmă
părinte
comite
df2a82f77c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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