All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oauth.Dockerfile Maven / Gradle / Ivy

There is a newer version: 0.22.1
Show newest version
FROM alpine
RUN apk add openjdk11-jre git
RUN git clone --depth 1 --branch 0.0.1 https://github.com/allegro/oauth-mock.git
WORKDIR ./oauth-mock
RUN ./gradlew installDist
CMD ["./build/install/oauth-mock/bin/oauth-mock"]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy