We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae6c2dc + 526c914 commit 80b91ebCopy full SHA for 80b91eb
docs/source/usage.rst
@@ -90,8 +90,8 @@ Where to put configuration files
90
* A folder named ``.binder/`` in the root of the repository.
91
* The root directory of the repository.
92
93
-`repo2docker` searches for these folders in order (``binder/``, ``.binder/``,
94
-root). Only configuration files in the first identified folder are considered.
+Having both ``binder/`` and ``.binder/`` folders is not allowed.
+If one of these folders exists, only configuration files in that folder are considered, configuration in the root directory will be ignored.
95
96
Check the complete list of :ref:`configuration files <config-files>` supported
97
by ``repo2docker`` to see how to configure the build process.
0 commit comments