Created
April 1, 2019 06:59
-
-
Save akash-gautam/25777232a16eddbaabe7fd81b5d54b99 to your computer and use it in GitHub Desktop.
Dockerfile for helloapp used in ci/cd for k8s using circleCI and helm blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos/systemd | |
MAINTAINER "Akash Gautam" <[email protected]> | |
COPY hello-app / | |
ENTRYPOINT ["/hello-app"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment