SomeNet
/
public repos
/
pub
/
jan
/
aic18.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
issue #49 for service analysis: indico api key is now in a .env file. readmes, docker...
[pub/jan/aic18.git]
/
service-analysis
/
Dockerfile
diff --git
a/service-analysis/Dockerfile
b/service-analysis/Dockerfile
index be70c7c4eb2136b3b72f309eb7c74176110eb7e3..c9bbb6966454cfd14b8fde1a37078f33161a5a79 100644
(file)
--- a/
service-analysis/Dockerfile
+++ b/
service-analysis/Dockerfile
@@
-2,7
+2,8
@@
FROM python:3.7-slim
LABEL maintainer="Sebastian Steiner"
WORKDIR /app
-COPY . /app/
+COPY *.py /app/
+COPY *.txt /app/
RUN pip install -r requirements.txt