Skip to content

Commit

Permalink
Apply maoning suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
aminvakil committed Jan 12, 2024
1 parent d49c31a commit 824a5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN mkdir /usr/tsunami/plugins \
WORKDIR /usr/repos/tsunami-security-scanner
COPY . .
RUN ./gradlew shadowJar \
&& cp "$(find "./" -name 'tsunami-main-*-cli.jar')" /usr/tsunami/tsunami.jar \
&& cp "$(find "./" -name "tsunami-main-*-cli.jar")" /usr/tsunami/tsunami.jar \
&& cp ./tsunami.yaml /usr/tsunami

# Stage 2: Release
Expand Down

0 comments on commit 824a5df

Please sign in to comment.