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
Tags
No related merge requests found
...@@ -10,8 +10,7 @@ COPY . /opt/StorageLeaf ...@@ -10,8 +10,7 @@ COPY . /opt/StorageLeaf
RUN rm -f /opt/StorageLeaf/settings.json RUN rm -f /opt/StorageLeaf/settings.json
WORKDIR /opt/StorageLeaf WORKDIR /opt/StorageLeaf
RUN /root/.local/bin/poetry install --no-root && \ RUN /root/.local/bin/poetry install --without dev
/root/.local/bin/poetry cache clear --all .
RUN ln -s $($HOME/.local/share/pypoetry/venv/bin/poetry env info -p) /opt/StorageLeaf/myvenv RUN ln -s $($HOME/.local/share/pypoetry/venv/bin/poetry env info -p) /opt/StorageLeaf/myvenv
WORKDIR /opt/StorageLeaf/src 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