added docker file

This commit is contained in:
strassi 2020-11-04 19:06:48 +01:00
parent 58688d323e
commit 7b7c32b85e

View File

@ -0,0 +1,6 @@
FROM python:3
WORKDIR /worker
COPY . Gmail
RUN pip install --no-cache-dir -r Gmail/requirements.txt
ENTRYPOINT Gmail/Gmail.py