Skip to content
Snippets Groups Projects
Commit 27f83f17 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

change dependency installation in dockerfile

parent 2d1102c2
Branches master
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment