Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Nov 15, 2024
1 parent 2cc966c commit 0bfd53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion impls/python/client.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN pip install poetry==1.6.1 && poetry config virtualenvs.create false
COPY pyproject.toml .
COPY poetry.lock .
COPY river-python river-python
COPY src .
COPY src src

RUN find .

Expand Down
2 changes: 1 addition & 1 deletion impls/python/server.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN pip install poetry==1.6.1 && poetry config virtualenvs.create false
COPY pyproject.toml .
COPY poetry.lock .
COPY river-python river-python
COPY src .
COPY src src

RUN find .

Expand Down

0 comments on commit 0bfd53d

Please sign in to comment.