Skip to content

Commit

Permalink
Replaced deprecated poetry call.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Jul 29, 2024
1 parent 9a50552 commit 1cca7b3
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 @@ -8,7 +8,7 @@ RUN apk add --no-cache python3-dev libc-dev zlib-dev jpeg-dev freetype-dev \
gcc libxml2-dev libxslt-dev libffi-dev

RUN pip install --no-cache-dir poetry
RUN poetry install --no-dev --no-interaction --no-ansi
RUN poetry install --only main --no-interaction --no-ansi

COPY htw htw
COPY assets assets
Expand Down

0 comments on commit 1cca7b3

Please sign in to comment.