Skip to content

Commit

Permalink
Revert "remove fancy caching to support gh"
Browse files Browse the repository at this point in the history
This reverts commit 5da1553.
  • Loading branch information
tobru committed May 27, 2024
1 parent 5da1553 commit 9ee3c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
COPY pyproject.toml poetry.lock ./
RUN touch README.md

RUN poetry install --no-root
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --no-root

### RUNTIME
FROM python:3.12-bookworm as runtime
Expand Down

0 comments on commit 9ee3c2d

Please sign in to comment.