diff --git a/.dockerignore b/.dockerignore
index 95458c6..5d36f76 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,2 +1,2 @@
 datasets/*
-logs/*
\ No newline at end of file
+logs/*
diff --git a/docker/README_DOCKER.md b/docker/README.md
similarity index 100%
rename from docker/README_DOCKER.md
rename to docker/README.md
diff --git a/docs/conf.py b/docs/conf.py
index c200764..aad5c16 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -161,7 +161,7 @@ language = None
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
 # This pattern also affects html_static_path and html_extra_path.
-exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "build", "README_DOCKER.md", "tutorials/README_DOCKER.md"]
+exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "build", "README.md", "tutorials/README.md"]
 
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = "sphinx"