Skip to content

Instantly share code, notes, and snippets.

@levenkov
Created July 20, 2022 19:23
Show Gist options
  • Save levenkov/0ee8161eca03cafbd75b0df8f96f8881 to your computer and use it in GitHub Desktop.
Save levenkov/0ee8161eca03cafbd75b0df8f96f8881 to your computer and use it in GitHub Desktop.
Dockerfile for single binary executable
FROM scratch
COPY helloworld helloworld
CMD ["./helloworld"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment