Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
a docker file to build docker image of this project
  • Loading branch information
coderatul authored Jul 31, 2023
1 parent 3f5a447 commit 73c0a84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM python:3.10.12-alpine
RUN apk update
WORKDIR /emailbomber
COPY emailbomber.py emailbomber.py
COPY ./Welcome/welcome.txt ./Welcome/welcome.txt
CMD "python" "emailbomber.py"

0 comments on commit 73c0a84

Please sign in to comment.