Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Clone the git project from GitHub.
  • Loading branch information
pnedkov committed Jan 8, 2024
1 parent fda347d commit 207ebe6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 207ebe6

Please sign in to comment.