Skip to content

Commit

Permalink
[DOCKER] copy external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Nov 18, 2024
1 parent 2c74d86 commit 2b38795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN pip install poetry
# Copy only requirements to cache them in docker layer
WORKDIR /deps
COPY poetry.lock pyproject.toml /deps/
COPY external /deps/external


# Install dependencies
Expand Down

0 comments on commit 2b38795

Please sign in to comment.