FROM python:3.8-slim
WORKDIR /app
COPY . .
RUN pip3 install --user -r dependencies.txt
CMD python3 -u main.py