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

change dependency installation in dockerfile

parent 02c72688
Branches
No related tags found
No related merge requests found
......@@ -10,8 +10,7 @@ COPY . /opt/StorageLeaf
RUN rm -f /opt/StorageLeaf/settings.json
WORKDIR /opt/StorageLeaf
RUN /root/.local/bin/poetry install --no-root && \
/root/.local/bin/poetry cache clear --all .
RUN /root/.local/bin/poetry install --without dev
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