Skip to content

Instantly share code, notes, and snippets.

@delabassee
Created September 5, 2018 12:22
Show Gist options
  • Save delabassee/cf5cf7f8fe985d73bd1984b2c6f1d018 to your computer and use it in GitHub Desktop.
Save delabassee/cf5cf7f8fe985d73bd1984b2c6f1d018 to your computer and use it in GitHub Desktop.
Dockerfile to run the Groovy function
FROM groovy:alpine
WORKDIR /function
COPY src/function.groovy .
CMD ["groovy", "function.groovy"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment