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 a51a0cc commit 661347bCopy full SHA for 661347b
Dockerfile
@@ -6,7 +6,7 @@ FROM ghcr.io/google/tsunami-scanner-devel:latest AS build
6
7
WORKDIR /usr/repos/tsunami-security-scanner-callback-server
8
COPY . .
9
-RUN ./gradlew shadowJar
+RUN gradle shadowJar
10
RUN mkdir /usr/tsunami
11
RUN find . -name 'tcs-main-*.jar' -exec cp {} /usr/tsunami/tsunami-tcs.jar \; \
12
&& cp tcs_config.yaml /usr/tsunami/tcs_config.yaml
0 commit comments