소스 검색

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