FROM gcr.io/qordoba-devel/qordoba-builder:0.0.8

ADD . /string-extractor/
WORKDIR /string-extractor

RUN sbt --no-color publish-local

ENTRYPOINT ["/string-extractor/bin/qordoba-string-extractor.sh"]

