Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin
ip-info
Commits
656d423a
Commit
656d423a
authored
8 years ago
by
Martin
Browse files
Options
Download
Email Patches
Plain Diff
fixed Dockerfile
parent
3df10b49
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-2
Dockerfile
with
3 additions
and
2 deletions
+3
-2
Dockerfile
View file @
656d423a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help