mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
build docker container from local state
This commit is contained in:
parent
14e85a641e
commit
df2a82f77c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue