Skip to content

Commit

Permalink
πŸ› fix: add COPY READM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nishide-dev committed Apr 20, 2024
1 parent a840443 commit 9aa25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tests/test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash && \
rye config --set-bool behavior.global-python=true && \
rye config --set-bool behavior.use-uv=true

COPY ./.python-version ./pyproject.toml ./requirements* ./
COPY ./.python-version ./pyproject.toml ./requirements* README.md ./
RUN rye pin "$(cat .python-version)" && \
rye sync --no-dev

Expand Down

0 comments on commit 9aa25eb

Please sign in to comment.