From fcf79f8bbaba90cceff84ba56a94da5ea3d92ee2 Mon Sep 17 00:00:00 2001 From: Ruben ten Hove Date: Tue, 5 Jul 2022 13:47:56 -0400 Subject: [PATCH] fix glob --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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