Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfariello-syn committed Mar 11, 2020
1 parent d4e823a commit 765bbb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python:3

WORKDIR /app

COPY . .
RUN pip install --no-cache-dir .

CMD [ "python", "./idarling_server.py", "--no-ssl", "--host", "", "--port", "31013" ]

0 comments on commit 765bbb2

Please sign in to comment.