Skip to content

Commit 661347b

Browse files
tooryxcopybara-github
authored andcommitted
Now that we are bundling gradle, we do not need wrappers anymore.
PiperOrigin-RevId: 776134577 Change-Id: Ide4a2cce8d3353af80bbe01ef057c34da4dd6752
1 parent a51a0cc commit 661347b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ghcr.io/google/tsunami-scanner-devel:latest AS build
66

77
WORKDIR /usr/repos/tsunami-security-scanner-callback-server
88
COPY . .
9-
RUN ./gradlew shadowJar
9+
RUN gradle shadowJar
1010
RUN mkdir /usr/tsunami
1111
RUN find . -name 'tcs-main-*.jar' -exec cp {} /usr/tsunami/tsunami-tcs.jar \; \
1212
&& cp tcs_config.yaml /usr/tsunami/tcs_config.yaml

0 commit comments

Comments
 (0)