From 1cca7b33b962f2af266d0e15f93c3924ad671c2a Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Mon, 29 Jul 2024 16:25:17 +0000 Subject: [PATCH] Replaced deprecated poetry call. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a563755..49ed38e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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