Commit 656d423a authored by Martin's avatar Martin
Browse files

fixed Dockerfile

parent 3df10b49
No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
......@@ -2,11 +2,12 @@ FROM python:3.6
MAINTAINER Martin Peters <martin@freakybytes.net>
# create work dir
RUN mkdir -p /srv
RUN mkdir -p /srv/ipinfo
WORKDIR /srv
# copy relevant files
COPY requirements.txt download-geodb.sh ipinfo ./
COPY requirements.txt download-geodb.sh ./
COPY ipinfo/ ./ipinfo/
# execute pip to install requirements
RUN pip install -r requirements.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment