From df427c2c5217abdc47d183bb83659ef7f9e0973a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Mon, 21 Nov 2022 03:01:24 +0100 Subject: [PATCH] Use up to date poetry installation command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49152c5..34a502d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY poetry.lock pyproject.toml /app/ WORKDIR /app/ RUN pip install -U poetry && \ - poetry install --no-dev + poetry install --only main COPY fabcal /app/fabcal/ COPY static/ /app/static/