Skip to content

Commit d612f63

Browse files
committed
Change dockerfile to use forked repo
1 parent 2f25700 commit d612f63

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ RUN apt update && apt -y install \
99
git \
1010
bash
1111

12-
RUN git clone https://github.com/minio/docs.git
12+
RUN git clone https://github.com/elastx/minio-docs.git
1313
WORKDIR /docs
14-
COPY sync-minio-server-docs.sh sync-minio-server-docs.sh
1514

1615
RUN pip install -r requirements.txt
1716
RUN npm install

0 commit comments

Comments
 (0)