Skip to content
Snippets Groups Projects

Update dependency uvicorn to v0.35.0

Closed renovate-bot requested to merge renovate/uvicorn-0.x into master
+ 1
2
@@ -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 --no-root
RUN ln -s $($HOME/.local/share/pypoetry/venv/bin/poetry env info -p) /opt/StorageLeaf/myvenv
WORKDIR /opt/StorageLeaf/src
Loading