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

fixed Dockerfile

parent 0bda8b9b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ RUN apk add --no-cache openssl-dev libffi-dev gcc musl-dev make ...@@ -4,7 +4,6 @@ RUN apk add --no-cache openssl-dev libffi-dev gcc musl-dev make
RUN pip install pipenv RUN pip install pipenv
COPY src /opt/StorageLeaf/src COPY src /opt/StorageLeaf/src
COPY docs /opt/StorageLeaf/docs
COPY Pipfile /opt/StorageLeaf COPY Pipfile /opt/StorageLeaf
WORKDIR /opt/StorageLeaf WORKDIR /opt/StorageLeaf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment