From cd2cf9ed633c7a738b7dfac7fd807b05d1672474 Mon Sep 17 00:00:00 2001 From: Shumatsu Date: Fri, 4 Oct 2019 22:45:43 +0200 Subject: [PATCH] Update Dockerfile with missing / Resolves eclecticiq/cabby#64 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66f6403..1c02927 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer="EclecticIQ " RUN python3 -m venv --system-site-packages /venv ENV PATH=/venv/bin:$PATH -COPY ./requirements.txt ./requirements-dev.txt /cabby +COPY ./requirements.txt ./requirements-dev.txt /cabby/ RUN pip install -r /cabby/requirements-dev.txt COPY . /cabby RUN pip install -e /cabby