Skip to content

Instantly share code, notes, and snippets.

@awgreene
Last active February 11, 2018 15:00
Show Gist options
  • Save awgreene/45cc839c3b6dac28a2093ca9800cab73 to your computer and use it in GitHub Desktop.
Save awgreene/45cc839c3b6dac28a2093ca9800cab73 to your computer and use it in GitHub Desktop.
# Build from the latest Python 3 Image
FROM python:3
# Add the scripts folder from our project to the image
ADD ./scripts ./scripts
# Run our Python script
CMD python ./scripts/Countdown.py $TIME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment