Skip to content

Commit

Permalink
remove Readme.md copying
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Mar 25, 2024
1 parent 946f805 commit e9dcce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/python/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BUILDER:
ARG opts

# Copy our dependencies.
COPY pyproject.toml poetry.lock Readme.md .
COPY pyproject.toml poetry.lock .

# Install it all with poetry
RUN poetry install $opts
Expand Down

0 comments on commit e9dcce4

Please sign in to comment.