Skip to content

Instantly share code, notes, and snippets.

@proclaim
Created January 30, 2018 07:36
Show Gist options
  • Save proclaim/5621ba145cf02f9ca843770b455e39d5 to your computer and use it in GitHub Desktop.
Save proclaim/5621ba145cf02f9ca843770b455e39d5 to your computer and use it in GitHub Desktop.
docker ssl request fix x509
FROM alpine:latest
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
ADD ploutos-backend /
CMD ["/ploutos-backend"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment