Skip to content

Commit c394f12

Browse files
Update Dockerfile_java_cli (#502)
1 parent b7bc926 commit c394f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile_java_cli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ RUN curl -H "Authorization: Bearer ${ACCESS_TOKEN}" \
2222
&& unzip "${JAVA_CLI_ZIP_NAME}" \
2323
&& rm "${JAVA_CLI_ZIP_NAME}"
2424

25-
ENV JAVA_CLI_PATH="$(find /usr/src -type f -name utbot-cli*)"
26-
RUN ln -s "${JAVA_CLI_PATH}" $pwd/utbot-cli.jar
25+
ENV JAVA_CLI_PATH="$(find /usr/src -type f -name 'utbot-cli*')"
26+
RUN ln -s "${JAVA_CLI_PATH}" /usr/src/utbot-cli.jar

0 commit comments

Comments
 (0)