Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 17, 2020 06:56
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 velotiotech/62893c5fcbc5511b89674532d545c077 to your computer and use it in GitHub Desktop.
Save velotiotech/62893c5fcbc5511b89674532d545c077 to your computer and use it in GitHub Desktop.
FROM centos/systemd
MAINTAINER "Akash Gautam" <akash.gautam@velotio.com>
COPY hello-app /
ENTRYPOINT ["/hello-app"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment