Created
August 17, 2020 14:37
-
-
Save simonjcarr/e4459bd41f4a3f7528ff9a94779be9c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM python:3 | |
| Add twitter_client.py / | |
| Add requirements.txt / | |
| RUN pip install -r /requirements.txt | |
| CMD [ "python", "./twitter_client.py" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment