Skip to content

Instantly share code, notes, and snippets.

@adigunhammedolalekan
Created February 16, 2020 13:00
Show Gist options
  • Save adigunhammedolalekan/e66b04642dbe326b62f3ef8d8f1022d2 to your computer and use it in GitHub Desktop.
Save adigunhammedolalekan/e66b04642dbe326b62f3ef8d8f1022d2 to your computer and use it in GitHub Desktop.
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