FROM csst-l1ppl:latest

COPY run.sh /app/bin/
RUN chmod +x /app/bin/run.sh

RUN mkdir /work/
WORKDIR /work/
    
ENTRYPOINT ["goagent"]