Skip to content

Commit

Permalink
🐛 get the correct dotnet directory from ruleset (#297)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>
  • Loading branch information
djzager authored and web-flow committed Jul 31, 2024
1 parent 7ecbb57 commit f8cca90
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 f8cca90

Please sign in to comment.