Created
January 30, 2018 07:36
-
-
Save proclaim/5621ba145cf02f9ca843770b455e39d5 to your computer and use it in GitHub Desktop.
docker ssl request fix x509
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 ploutos-backend / | |
CMD ["/ploutos-backend"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment