Skip to content

Commit

Permalink
chore(blackduck): modify Dockerfile.codescan to have a CMD entrypoint
Browse files Browse the repository at this point in the history
SUITEDEV-35028

Co-authored-by: megamegax <[email protected]>
Co-authored-by: Andras Sarro <[email protected]>
  • Loading branch information
3 people committed Feb 5, 2024
1 parent 20a8785 commit 90db12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.codescan
Original file line number Diff line number Diff line change
Expand Up @@ -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
CMD ./gradlew build -x :sample:build -x lint --stacktrace --info --no-watch-fs

0 comments on commit 90db12e

Please sign in to comment.