Skip to content

Commit

Permalink
vendor pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Oct 29, 2024
1 parent 7c22d26 commit d737ae7
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 87 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN pip install poetry==1.7.1

WORKDIR /code
COPY poetry.lock pyproject.toml /code/
COPY vendored /code/vendored

RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi

Expand Down
Loading

0 comments on commit d737ae7

Please sign in to comment.