From 61c3b02472c322e5d66dfe6aeee93565637362d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sat, 16 Sep 2023 18:24:10 +0200 Subject: [PATCH] install dev dependecies --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 91813ea..f860fab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN chmod +x /entrypoint.sh USER timetracker ENV PATH="$PATH:/home/timetracker/.local/bin" RUN pip install --no-cache-dir poetry -RUN poetry install --without dev +RUN poetry install EXPOSE 8000 -CMD [ "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/entrypoint.sh" ]