Oops, set working directory to /
This commit is contained in:
parent
40d160f8f8
commit
462fb6d15e
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ RUN echo "autobuild installables edit fmodstudio platform=linux hash=$(md5sum li
|
||||||
|
|
||||||
ADD agent.secret /agent.secret
|
ADD agent.secret /agent.secret
|
||||||
|
|
||||||
|
WORKDIR /
|
||||||
|
|
||||||
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
|
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" ]
|
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "LinuxFS", "-workDir", "/builder" ]
|
Loading…
Reference in a new issue