FROM python:3 ADD /app/requirements.txt / RUN pip install -r requirements.txt ADD /app/transifex_demo.py / CMD [ "python", "transifex_demo.py" ]