diff --git a/Dockerfile b/Dockerfile index 72c749735..8053332e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,3 +9,5 @@ COPY . /hosts RUN pip install --no-cache-dir --upgrade -r /hosts/requirements.txt ENV PATH $PATH:/hosts + +WORKDIR /hosts