From 89fd60f35445f96894c153d3f8c5f6451bcbf0ed Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Tue, 14 May 2024 13:14:39 +1000 Subject: [PATCH] fix: remove tini from docker --- docs/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index c3165b30..86879a31 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -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 / \ No newline at end of file