blob: 6958e79244956eca774fc82dee115f2d90c96ba2 [file] [log] [blame]
FROM golang:latest
RUN mkdir /app
COPY ./rapps-rapp-auth-provider /app
RUN chmod +x /app/rapps-rapp-auth-provider
WORKDIR /app
ENTRYPOINT ["/app/rapps-rapp-auth-provider"]