Skip to content

Commit

Permalink
remove fancy caching to support gh
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed May 27, 2024
1 parent 7995765 commit 5da1553
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 --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --no-root
RUN poetry install --no-root

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

0 comments on commit 5da1553

Please sign in to comment.