Skip to content

Instantly share code, notes, and snippets.

@changhuixu
Created June 30, 2020 13:24
Show Gist options
  • Save changhuixu/72072af62b08492a7dc86bde445e7b0b to your computer and use it in GitHub Desktop.
Save changhuixu/72072af62b08492a7dc86bde445e7b0b to your computer and use it in GitHub Desktop.
FROM scratch
COPY hello /
CMD ["/hello"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment