Skip to content

Instantly share code, notes, and snippets.

@codesword
Created August 20, 2016 17:36
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 codesword/0f2d86dbae1d485433614c149feae885 to your computer and use it in GitHub Desktop.
Save codesword/0f2d86dbae1d485433614c149feae885 to your computer and use it in GitHub Desktop.
FROM alpine:3.4
RUN apk add --update bash
COPY artifact /
CMD ["./artifact"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment