Skip to content

Instantly share code, notes, and snippets.

@smereczynski
Created May 25, 2018 20:10
Show Gist options
  • Save smereczynski/c0a61f24a6bfcda69ebaac030ddb9eb7 to your computer and use it in GitHub Desktop.
Save smereczynski/c0a61f24a6bfcda69ebaac030ddb9eb7 to your computer and use it in GitHub Desktop.
FROM python:3.6
ADD run.py /
RUN pip install azure keyrings.alt
CMD [ "python", "./run.py" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment