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 1fde216 commit 06d92ecCopy full SHA for 06d92ec
1 file changed
docker/Dockerfile_java_cli
@@ -1,12 +1,12 @@
1
FROM openjdk:8
2
3
-ARG JAVA_CLI
+ARG UTBOT_JAVA_CLI
4
5
WORKDIR /usr/src/
6
7
# Install UTBot Java CLI
8
9
-COPY ${JAVA_CLI} .
+COPY ${UTBOT_JAVA_CLI} .
10
11
-RUN JAVA_CLI_PATH="$(find /usr/src -type f -name 'utbot-cli*')" \
12
- && ln -s "${JAVA_CLI_PATH}" /usr/src/utbot-cli.jar
+RUN UTBOT_JAVA_CLI_PATH="$(find /usr/src -type f -name 'utbot-cli*')" \
+ && ln -s "${UTBOT_JAVA_CLI_PATH}" /usr/src/utbot-cli.jar
0 commit comments