FROM python:3.9 WORKDIR /app ADD . /app RUN python -m pip install -e . CMD weekly_report --version