Loading Dockerfile +0 −4 Original line number Diff line number Diff line Loading @@ -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'] Loading
Dockerfile +0 −4 Original line number Diff line number Diff line Loading @@ -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']