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