Skip to content

Commit

Permalink
fix: remove tini from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed May 14, 2024
1 parent 1f29261 commit 89fd60f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ RUN conda install -c conda-forge --file ./docs/requirements.txt -y

RUN pip install .

ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
RUN chmod +x /tini
ENTRYPOINT ["/tini", "--"]

WORKDIR /

0 comments on commit 89fd60f

Please sign in to comment.