From: Ruben ten Hove Date: Tue, 5 Jul 2022 17:47:56 +0000 (-0400) Subject: fix glob X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fcf79f8bbaba90cceff84ba56a94da5ea3d92ee2;p=stevenblack-hosts.git fix glob --- 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