ARG COMPETITION_IMAGE=lymphosat-export-competition
FROM ${COMPETITION_IMAGE}

WORKDIR /tool
COPY . /tool
RUN chmod +x ./build.sh ./run.sh && ./build.sh
