Skip to content

Instantly share code, notes, and snippets.

@fortyfivan
Last active September 11, 2015 18:34
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/7eecbe4dd6da9c88b212 to your computer and use it in GitHub Desktop.
Save fortyfivan/7eecbe4dd6da9c88b212 to your computer and use it in GitHub Desktop.
FROM iron/ruby
WORKDIR /app
ADD . /app
CMD []
ENTRYPOINT ["ruby", "windmill.rb"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment