Skip to content

Commit 4dcb34e

Browse files
committed
Fix path
1 parent d612f63 commit 4dcb34e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt update && apt -y install \
1010
bash
1111

1212
RUN git clone https://github.com/elastx/minio-docs.git
13-
WORKDIR /docs
13+
WORKDIR /minio-docs
1414

1515
RUN pip install -r requirements.txt
1616
RUN npm install

0 commit comments

Comments
 (0)