Browse Source

Enable configcheck lint step to be run in docker (#4687)

Clemens Wolff 6 years ago
parent
commit
0c277bb970
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker/Dockerfile

+ 1 - 0
docker/Dockerfile

@@ -65,6 +65,7 @@ RUN pyenv exec pip install \
   -r requirements/test-integration.txt
 
 COPY --chown=1000:1000 MANIFEST.in Makefile setup.py setup.cfg tox.ini $HOME/
+COPY --chown=1000:1000 docs $HOME/docs
 COPY --chown=1000:1000 t $HOME/t
 COPY --chown=1000:1000 celery $HOME/celery