Skip to content

Commit

Permalink
Create config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev authored Mar 19, 2019
1 parent dea0eb6 commit 355e460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM jfloff/alpine-python:3.6-onbuild

ADD . /opt/phoneinfoga

COPY ./config.example.py /opt/phoneinfoga/config.py

WORKDIR /opt/phoneinfoga

ENTRYPOINT ["python", "phoneinfoga.py"]

0 comments on commit 355e460

Please sign in to comment.