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 ab234ea commit 2101185Copy full SHA for 2101185
dockerfiles/Dockerfile
@@ -41,6 +41,7 @@ RUN curl -O https://raw.githubusercontent.com/readthedocs/readthedocs.org/master
41
RUN pip3 install --no-cache-dir -r docker.txt
42
43
# Install readthedocs-ext only if GITHUB_TOKEN is provided
44
+WORKDIR /usr/src/app/checkouts/
45
RUN if [ -n "$GITHUB_TOKEN" ] ; \
46
then \
47
git clone --depth 1 https://${GITHUB_TOKEN}@github.com/readthedocs/readthedocs-ext ; \
0 commit comments