We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bc926 commit c394f12Copy full SHA for c394f12
docker/Dockerfile_java_cli
@@ -22,5 +22,5 @@ RUN curl -H "Authorization: Bearer ${ACCESS_TOKEN}" \
22
&& unzip "${JAVA_CLI_ZIP_NAME}" \
23
&& rm "${JAVA_CLI_ZIP_NAME}"
24
25
-ENV JAVA_CLI_PATH="$(find /usr/src -type f -name utbot-cli*)"
26
-RUN ln -s "${JAVA_CLI_PATH}" $pwd/utbot-cli.jar
+ENV JAVA_CLI_PATH="$(find /usr/src -type f -name 'utbot-cli*')"
+RUN ln -s "${JAVA_CLI_PATH}" /usr/src/utbot-cli.jar
0 commit comments