From 90db12ea56644d5a8cf1b3cec5f93daad5acf530 Mon Sep 17 00:00:00 2001 From: Marton Matusek Date: Mon, 5 Feb 2024 13:49:31 +0100 Subject: [PATCH] chore(blackduck): modify Dockerfile.codescan to have a CMD entrypoint SUITEDEV-35028 Co-authored-by: megamegax Co-authored-by: Andras Sarro --- Dockerfile.codescan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.codescan b/Dockerfile.codescan index 53e9b397..fcf219d2 100644 --- a/Dockerfile.codescan +++ b/Dockerfile.codescan @@ -14,4 +14,4 @@ WORKDIR /workspace/source RUN git reset --hard RUN git checkout dev -RUN ./gradlew build -x :sample:build -x lint --stacktrace --info \ No newline at end of file +CMD ./gradlew build -x :sample:build -x lint --stacktrace --info --no-watch-fs \ No newline at end of file