Merge pull request #39 from kreatemore/docker-support
Introduced basic Docker support
This commit is contained in:
commit
f3d0052eaa
|
@ -0,0 +1,7 @@
|
||||||
|
FROM jfloff/alpine-python:3.6-onbuild
|
||||||
|
|
||||||
|
ADD . /opt/phoneinfoga
|
||||||
|
|
||||||
|
WORKDIR /opt/phoneinfoga
|
||||||
|
|
||||||
|
ENTRYPOINT ["python", "phoneinfoga.py"]
|
Loading…
Reference in New Issue