Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ RUN set -eux && pip install --upgrade pip && \ pip install pytest pytest-cov COPY ./test/test.py /test/test.py COPY ./test/ /test CMD ['sh', 'tail', '-f', '/dev/null'] Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ RUN set -eux && pip install --upgrade pip && \ pip install pytest pytest-cov COPY ./test/test.py /test/test.py COPY ./test/ /test CMD ['sh', 'tail', '-f', '/dev/null']