Skip to content

Commit

Permalink
🐛 get the correct dotnet directory from ruleset (#297) (#298)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
Co-authored-by: David Zager <[email protected]>
  • Loading branch information
konveyor-ci-bot[bot] and djzager authored Jul 31, 2024
1 parent 7ecbb57 commit 697ab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN md C:\opt\rulesets\input C:\opt\rulesets\convert C:\opt\openrewrite C:\opt\i

# Copy the executable from the builder stage
COPY --from=builder /workspace/kantra.exe .
COPY --from=rulesets /rulesets/default/generated/dotnet8 /opt/rulesets
COPY --from=rulesets /rulesets/default/generated/dotnet /opt/rulesets
COPY --from=static-report /usr/bin/js-bundle-generator .
COPY --from=static-report /usr/local/static-report ./static-report

Expand Down

0 comments on commit 697ab6b

Please sign in to comment.