diff --git a/Dockerfile b/Dockerfile index 441a8af42..59c551184 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /usr/src COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt RUN git clone --depth 1 https://github.com/StevenBlack/hosts.git +WORKDIR /usr/src/hosts # Now you launch this with # $ docker build ./