Skip to content

Commit

Permalink
Merge pull request #191 from ctsa/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
ACEnglish authored Feb 1, 2024
2 parents 907f6ef + b49149c commit eae819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get -qq update \
rm -rf /var/lib/apt/lists/*

RUN mkdir -p /opt/truvari-source/truvari/
COPY setup.py README.md /opt/truvari-source
COPY setup.py README.md /opt/truvari-source/
COPY truvari/ /opt/truvari-source/truvari/
WORKDIR /opt/truvari-source

Expand Down

0 comments on commit eae819b

Please sign in to comment.