Dockerfile 106 B

123
  1. FROM python:2-onbuild
  2. ENV CONFIG_FILE /usr/src/app/config.json
  3. ENTRYPOINT [ "python", "./queue2blob.py" ]