Skip to content
Snippets Groups Projects
Commit e44ae063 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

fixed Dockerfile

parent 90a5090b
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN curl -sSL https://install.python-poetry.org | python -
COPY . /opt/StorageLeaf
RUN rm /opt/StorageLeaf/settings.json
RUN rm -f /opt/StorageLeaf/settings.json
WORKDIR /opt/StorageLeaf
RUN /root/.local/bin/poetry install --no-root && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment