diff --git a/Dockerfile b/Dockerfile
index f21280907cd85c42e5dedd10543abea94998b8c6..8b533e49bbcf67190cad923f6f4bb16f40caf552 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,6 @@ RUN apk add --no-cache openssl-dev libffi-dev gcc musl-dev make
 
 RUN pip install pipenv
 COPY src /opt/StorageLeaf/src
-COPY docs /opt/StorageLeaf/docs
 COPY Pipfile /opt/StorageLeaf
 
 WORKDIR /opt/StorageLeaf