From 462fb6d15e6dbb995832143d7337ea5c94fd8fa0 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 8 Jul 2024 13:17:25 -0700 Subject: [PATCH] Oops, set working directory to / --- FirestormLinux/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FirestormLinux/Dockerfile b/FirestormLinux/Dockerfile index ca19639..3a89ef3 100644 --- a/FirestormLinux/Dockerfile +++ b/FirestormLinux/Dockerfile @@ -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" ] \ No newline at end of file