Added basic Docker support

This commit is contained in:
Alex Szabó 2019-03-02 21:20:54 +01:00
parent cb823066b4
commit 455071f04d
1 changed files with 7 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM jfloff/alpine-python:3.6-onbuild
ADD . /opt/phoneinfoga
WORKDIR /opt/phoneinfoga
ENTRYPOINT ["python", "phoneinfoga.py"]