We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f25700 commit d612f63Copy full SHA for d612f63
1 file changed
Dockerfile
@@ -9,9 +9,8 @@ RUN apt update && apt -y install \
9
git \
10
bash
11
12
-RUN git clone https://github.com/minio/docs.git
+RUN git clone https://github.com/elastx/minio-docs.git
13
WORKDIR /docs
14
-COPY sync-minio-server-docs.sh sync-minio-server-docs.sh
15
16
RUN pip install -r requirements.txt
17
RUN npm install
0 commit comments