Created
February 16, 2020 13:00
-
-
Save adxgun/e66b04642dbe326b62f3ef8d8f1022d2 to your computer and use it in GitHub Desktop.
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:3.2 | |
RUN apk update && apk add --no-cache ca-certificates | |
ADD . /app | |
WORKDIR /app | |
RUN chmod +x /app/sample-auth | |
ENTRYPOINT [ "/app/sample-auth" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment