FROM node:12.21.0

RUN npm install -g foresight-client

ENTRYPOINT [ "foresight-client", "--credentials-file=/credentials" ]