Removed docker file and requirements

This commit is contained in:
Antonio J. Delado 2019-01-24 22:37:20 +01:00
parent 4d893f2b88
commit 4565b79fdf
2 changed files with 0 additions and 13 deletions

View file

@ -1,10 +0,0 @@
FROM python:3
WORKDIR /usr/src/app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "python", "./labeler.py" ]

View file

@ -1,3 +0,0 @@
#logging
#email
#subprocess