Initial commit
This commit is contained in:
commit
0531e7637f
4 changed files with 98 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM python:3
|
||||
|
||||
MAINTAINER Leon Haag-Fank "admin@haagfank.de"
|
||||
|
||||
VOLUME /data
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY fp-ics requirements.txt ./
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["/usr/bin/python", "fp-ics"]
|
Loading…
Add table
Add a link
Reference in a new issue