Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Added newline
  • Loading branch information
gaby authored Mar 2, 2021
1 parent 0b46c9e commit cd1988c
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 @@ -38,4 +38,4 @@ WORKDIR /usr/tsunami
COPY --from=0 /usr/tsunami /usr/tsunami

ENTRYPOINT ["java", "-cp", "tsunami.jar:plugins/*", "-Dtsunami-config.location=tsunami.yaml", "com.google.tsunami.main.cli.TsunamiCli"]
CMD ["--ip-v4-target=127.0.0.1", "--scan-results-local-output-format=JSON", "--scan-results-local-output-filename=logs/tsunami-output.json"]
CMD ["--ip-v4-target=127.0.0.1", "--scan-results-local-output-format=JSON", "--scan-results-local-output-filename=logs/tsunami-output.json"]

0 comments on commit cd1988c

Please sign in to comment.