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.
1 parent ae6c2dc commit d90ede5Copy full SHA for d90ede5
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.
+And if one of these folders exists, configuration files in that folder are considered only.
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