Przeglądaj źródła

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

Clemens Wolff 7 lat temu
rodzic
commit
0c277bb970
1 zmienionych plików z 1 dodań i 0 usunięć
  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