Skip to content

Commit

Permalink
Merge pull request #59 from Sliper247/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
maldevel authored Dec 13, 2023
2 parents 3c9b986 + 7296cdc commit 934d412
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ RUN apk --update add --virtual build-dependencies python3-dev build-base wget gi
WORKDIR EmailHarvester

#COPY requirements.txt .
RUN pip3 install -r requirements.txt
RUN python3 -m venv /path/to/venv
RUN . /path/to/venv/bin/activate
RUN pip install -r requirements.txt
ENTRYPOINT ["python3", "EmailHarvester.py"]
CMD ["-h"]
CMD ["-h"]

0 comments on commit 934d412

Please sign in to comment.