diff --git a/Dockerfile b/Dockerfile index dd4f1f7..2c1714a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,7 @@ RUN apt-get install -y git WORKDIR /ipask -COPY .git .git -COPY ipask ipask -COPY requirements.txt . +RUN git clone https://github.com/pnedkov/ipask.git ADD https://git.io/GeoLite2-City.mmdb resources/GeoLite2-City.mmdb RUN pip install --no-cache-dir -r requirements.txt