From 1daa2cf71b0187f497b38f6522ee604e6141f530 Mon Sep 17 00:00:00 2001 From: johnne Date: Wed, 25 Nov 2020 14:14:25 +0100 Subject: [PATCH] Update package name in Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 454925d..9c07964 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,12 +18,12 @@ COPY environment.yaml . # Install environment into base RUN conda env update -n base -f environment.yaml && conda clean -a -# Install tango -COPY tango tango +# Install contigtax +COPY contigtax contigtax COPY requirements.txt . COPY setup.py . COPY README.md . RUN python -m pip install . # Set entrypoint -ENTRYPOINT ["tango"] \ No newline at end of file +ENTRYPOINT ["contigtax"] \ No newline at end of file