Skip to content

Instantly share code, notes, and snippets.

@yanzay
Created September 8, 2019 07:46
Show Gist options
  • Save yanzay/c4f25ebd4628fe2528078f146d71baa1 to your computer and use it in GitHub Desktop.
Save yanzay/c4f25ebd4628fe2528078f146d71baa1 to your computer and use it in GitHub Desktop.
FROM alpine:3.10
COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment