From 969428b55dacac4cfcd65fa92010ff193eab6108 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 8 Mar 2019 11:25:38 +1300 Subject: [PATCH] feat(build-system): update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index cb321872..d3219797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,3 +4,5 @@ RUN apk --no-cache add make COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt + +WORKDIR /src