Usage of analysis docker file #3259
Labels
bug
Only issues that describe bugs.
good first issue
pr-analysis
Issues that touch the analysis pr(oject).
priority:high
Set by PO
tech
For technical stories without user impact (=refactoring stories).
Bug
Expected Behavior
WHEN
I ran the analysis docker image via
docker run -v $(pwd):/src --workdir /src codecharta/codecharta-analysis:1.114.0 csvimport some.csv
THEN
It should run ccsh csvimport in the docker container
Actual Behavior
It starts a docker container with entrypoint "tail -f /dev/null" and hangs
Additional Info
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: