You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, good catch. I've updated the Dockerfile and am testing now. In fact, you bring up another good point, which is the WORKDIR variable should actually be /usr/src to match with the projectBaseDir setting in the CMD at the end. Thanks for picking that up.
Dockerfile.sonarscanner-3.3.0-alpine still has "WORKDIR /root", should've been changed to "WORKDIR /src" as part of pull request #27
The text was updated successfully, but these errors were encountered: