From 2a333e5d25b84258a4fbd7c7c80ec184410c67d1 Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Wed, 1 Mar 2023 00:19:02 +0100 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f212809..8b533e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ RUN apk add --no-cache openssl-dev libffi-dev gcc musl-dev make RUN pip install pipenv COPY src /opt/StorageLeaf/src -COPY docs /opt/StorageLeaf/docs COPY Pipfile /opt/StorageLeaf WORKDIR /opt/StorageLeaf -- GitLab