make sure jar file exists

This commit is contained in:
zontreck 2024-10-05 21:31:02 -07:00
parent 87325dd165
commit 9ffb663e33

View file

@ -13,6 +13,7 @@ RUN chmod 0600 id_rsa
WORKDIR /
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
ADD ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh