Skip to content

SudoDotDog/Brontosaurus-Library

Repository files navigation

Brontosaurus-Library

Continuous Integration codecov

Doc service for Brontosaurus user

Use With Docker

Here's a example Dockerfile

FROM brontosaurus/library:1.0.0

# ./config.json
ENV BRONTOSAURUS_LIBRARY_CONFIG <Config File Path>

ENV BRONTOSAURUS_LIBRARY_PATH <Host Name>
ENV BRONTOSAURUS_PORTAL_PATH <Brontosaurus Portal Path>
ENV BRONTOSAURUS_APPLICATION_KEY <Brontosaurus Application Key>
ENV BRONTOSAURUS_PUBLIC_KEY <Brontosaurus Public Key>

COPY ./config.json .
COPY ./library ./library