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