Skip to content

Commit

Permalink
feature(docker): add dockerfile for action
Browse files Browse the repository at this point in the history
  • Loading branch information
BobAnkh committed Jul 26, 2020
1 parent 53033b8 commit 94be97e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM python:3.7.8-slim

RUN python -m pip install --upgrade pip setuptools wheel
RUN pip install -r requirements.txt
COPY main.py /main.py

ENTRYPOINT python /main.py

0 comments on commit 94be97e

Please sign in to comment.