Skip to content

Commit

Permalink
Update README.md name in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-mahe committed Sep 25, 2024
1 parent a7a75f5 commit 5f33cf8
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 @@ -16,7 +16,7 @@ WORKDIR /usr/app
RUN pip install virtualenv && python3 -m venv /usr/app/venv
ENV PATH="/usr/app/venv/bin:$PATH"

COPY setup.py ./requirements.txt ./requirements-dev.txt ./index.md ./MANIFEST.in ./
COPY setup.py ./requirements.txt ./requirements-dev.txt ./README.md ./MANIFEST.in ./
COPY ./${PACKAGE} /usr/app/${PACKAGE}

RUN pip install --upgrade pip && pip install .
Expand Down

0 comments on commit 5f33cf8

Please sign in to comment.