Skip to content

Commit

Permalink
Update package name in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Nov 25, 2020
1 parent 43ea0c2 commit 1daa2cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
ENTRYPOINT ["contigtax"]

0 comments on commit 1daa2cf

Please # to comment.