Skip to content

Commit

Permalink
Improve Dockerfile definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Dec 11, 2024
1 parent a96d1e7 commit 3446429
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ RUN apt-get update
RUN apt-get install -y mafft ncbi-blast+
RUN apt-get install -y python3 python3-pip

WORKDIR /workspaces/CFEIntact
COPY . .
COPY . /tmp/CFEIntact

RUN python3 -m pip install .
RUN python3 -m pip install /tmp/CFEIntact

ENTRYPOINT ["cfeintact"]

0 comments on commit 3446429

Please sign in to comment.