Skip to content

Instantly share code, notes, and snippets.

@proclaim
Created March 13, 2018 09:45
Show Gist options
  • Save proclaim/f03a5037dd4643086028df35fc8c8ae3 to your computer and use it in GitHub Desktop.
Save proclaim/f03a5037dd4643086028df35fc8c8ae3 to your computer and use it in GitHub Desktop.
caddy-reverse-proxy-tutorial-dockerfile
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