Skip to content

Instantly share code, notes, and snippets.

@fortyfivan
Created March 28, 2016 03:12
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 fortyfivan/c5580de15a05a85b4823 to your computer and use it in GitHub Desktop.
Save fortyfivan/c5580de15a05a85b4823 to your computer and use it in GitHub Desktop.
FROM iron/ruby
WORKDIR /app
ADD . /app
ENTRYPOINT ["ruby", "email.rb"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment