From 27f83f179979f844670b09658a6a581810a1f103 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Sun, 20 Apr 2025 17:50:16 +0200 Subject: [PATCH] change dependency installation in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d383a4..9580e02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . /opt/StorageLeaf RUN rm -f /opt/StorageLeaf/settings.json WORKDIR /opt/StorageLeaf -RUN /root/.local/bin/poetry install --without dev +RUN /root/.local/bin/poetry install --without dev --no-root RUN ln -s $($HOME/.local/share/pypoetry/venv/bin/poetry env info -p) /opt/StorageLeaf/myvenv WORKDIR /opt/StorageLeaf/src -- GitLab