Commit dacc4196 authored by Hamaker, Alec's avatar Hamaker, Alec
Browse files

Removed test copy from regular Dockerfil

parent 292e7ec9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -10,8 +10,4 @@ RUN set -eux && pip install --upgrade pip && \
      cd /tmp/src/ && pip install -e . && \
      pip install pytest pytest-cov


COPY ./test/ /test


CMD ['sh', 'tail', '-f', '/dev/null']