Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ COPY ./dist/*.whl /code/ RUN apt-get -y update && apt-get -y upgrade \ && rm -rf /var/lib/apt/lists/* \ && pip install /code/*.whl && pip install --no-cache-dir /code/*.whl ENTRYPOINT [ "tbc-check" ] CMD [ "." ] No newline at end of file Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ COPY ./dist/*.whl /code/ RUN apt-get -y update && apt-get -y upgrade \ && rm -rf /var/lib/apt/lists/* \ && pip install /code/*.whl && pip install --no-cache-dir /code/*.whl ENTRYPOINT [ "tbc-check" ] CMD [ "." ] No newline at end of file