Skip to content

Commit

Permalink
Dockerfile: remove useless copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrocas committed Dec 11, 2023
1 parent 527ed69 commit 77cc502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ WORKDIR ${PYRRHA_INSTALL_DIR}
RUN python3 -m pip install --no-cache-dir -U pip

COPY src src/
COPY setup.py ./
COPY pyproject.toml ./
COPY README.md ./

Expand Down

0 comments on commit 77cc502

Please sign in to comment.