Created
March 13, 2018 09:45
-
-
Save proclaim/f03a5037dd4643086028df35fc8c8ae3 to your computer and use it in GitHub Desktop.
caddy-reverse-proxy-tutorial-dockerfile
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 alpine:latest | |
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/* | |
ADD crp-app1 / | |
CMD ["/crp-app1"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment