Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile_java_cli
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN curl -H "Authorization: Bearer ${ACCESS_TOKEN}" \
&& unzip "${JAVA_CLI_ZIP_NAME}" \
&& rm "${JAVA_CLI_ZIP_NAME}"

ENV JAVA_CLI_PATH="$(find /usr/src -type f -name utbot-cli*)"
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