Skip to content

Commit

Permalink
Merge pull request #204 from centre-for-humanities-computing/MartinBe…
Browse files Browse the repository at this point in the history
…rnstorff-perf-dockerfile

dev: use cache when running make install
  • Loading branch information
MartinBernstorff authored Dec 18, 2023
2 parents 05fb4d8 + 92c4545 commit 015ec56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKDIR /app
# Dev experience
COPY makefile ./
COPY pyproject.toml ./
RUN make install
RUN --mount=type=cache,target=/root/.cache/pip make install

# Install the app
COPY . /app
Expand Down

0 comments on commit 015ec56

Please sign in to comment.