Skip to content

Commit

Permalink
Merge pull request CYB3RMX#11 from trizin/master
Browse files Browse the repository at this point in the history
Dockerfile
  • Loading branch information
CYB3RMX committed Oct 30, 2021
2 parents 424f887 + 867dd9d commit 0698770
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM python:3.7

WORKDIR /app

COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt

COPY . .

ENTRYPOINT ["/app/qu1cksc0pe.py"]

0 comments on commit 0698770

Please sign in to comment.