Skip to content

Commit

Permalink
chore(blackduck): remove example folder in Dockerfile.codescan
Browse files Browse the repository at this point in the history
SUITEDEV-35556
  • Loading branch information
matusekma committed Apr 30, 2024
1 parent 11ef8cf commit 6978380
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 @@ -29,6 +29,6 @@ RUN chown -R nonroot:nonroot /workspace/source

USER nonroot
# remove unnecessary files
CMD rm -rf example && flutter pub get
CMD rm -rf /workspace/source/example && flutter pub get


0 comments on commit 6978380

Please sign in to comment.