File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN mkdir theta
7
7
COPY . theta
8
8
WORKDIR theta
9
9
RUN ./gradlew theta-sts-cli:build && \
10
- mv theta/ subprojects/sts-cli/build/libs/theta-sts-cli-*-all.jar ../theta-sts-cli.jar
10
+ mv subprojects/sts-cli/build/libs/theta-sts-cli-*-all.jar ../theta-sts-cli.jar
11
11
WORKDIR ..
12
12
13
13
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./theta/lib/"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ RUN apt-get update && \
6
6
RUN mkdir theta
7
7
COPY . theta
8
8
WORKDIR theta
9
- ./gradlew theta-xta-cli:build && \
10
- mv theta/ subprojects/xta-cli/build/libs/theta-xta-cli-*-all.jar ../theta-xta-cli.jar
9
+ RUN ./gradlew theta-xta-cli:build && \
10
+ mv subprojects/xta-cli/build/libs/theta-xta-cli-*-all.jar ../theta-xta-cli.jar
11
11
WORKDIR ..
12
12
13
13
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./theta/lib/"
You can’t perform that action at this time.
0 commit comments