From 207ebe6e48849f538b10721cb46b11896e260465 Mon Sep 17 00:00:00 2001 From: Plamen Nedkov Date: Sun, 7 Jan 2024 22:24:02 -0600 Subject: [PATCH] Update Dockerfile Clone the git project from GitHub. --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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