Skip to content

Commit

Permalink
Appease CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderaa committed Jan 14, 2025
1 parent 0c92880 commit 3ed2d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -sSL https://install.python-poetry.org | python3 - && \
/root/.local/bin/poetry config virtualenvs.create false

WORKDIR /source
COPY pyproject.toml poetry.lock /source/
COPY pyproject.toml poetry.lock README.md /source/

RUN git config --global --add safe.directory /source

Expand Down

0 comments on commit 3ed2d4b

Please sign in to comment.