Oops, set working directory to /

This commit is contained in:
zontreck 2024-07-08 13:17:25 -07:00
parent 40d160f8f8
commit 462fb6d15e

View file

@ -35,6 +35,8 @@ RUN echo "autobuild installables edit fmodstudio platform=linux hash=$(md5sum li
ADD agent.secret /agent.secret
WORKDIR /
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "LinuxFS", "-workDir", "/builder" ]