Skip to content

Instantly share code, notes, and snippets.

@barrachri
Created July 4, 2017 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barrachri/16a735971379352635a92d65036145f1 to your computer and use it in GitHub Desktop.
Save barrachri/16a735971379352635a92d65036145f1 to your computer and use it in GitHub Desktop.
FROM python:3.6.1-alpine
CMD python -c "while True: print('Hello Python')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment