We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b25951 commit e1efc7aCopy full SHA for e1efc7a
Dockerfile
@@ -26,7 +26,6 @@ USER $UNAME
26
WORKDIR $WORKDIR
27
28
COPY --chown=apps ./ $WORKDIR
29
-RUN poetry check --lock
30
RUN poetry install --no-ansi --no-interaction --no-root
31
CMD ["poetry", "run", "python", "-m", "pytest","--color=no", \
32
"--cov-report=term-missing", "--cov=rtbhouse_sdk", "tests/"]
0 commit comments