Skip to content

Commit

Permalink
move windows build to path (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
eemcmullan authored Aug 30, 2023
1 parent f977f9b commit b39930d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN mkdir /opt/rulesets /opt/rulesets/input /opt/openrewrite /opt/input /opt/out

COPY --from=builder /workspace/kantra /usr/local/bin/kantra
COPY --from=builder /workspace/darwin-kantra /usr/local/bin/darwin-kantra
COPY --from=builder /workspace/windows-kantra /usr/local/bin/windows-kantra
COPY --from=shim /usr/bin/windup-shim /usr/local/bin
COPY --from=rulesets /rulesets/default/generated /opt/rulesets
COPY --from=rulesets /windup-rulesets/rules/rules-reviewed/openrewrite /opt/openrewrite
Expand Down

0 comments on commit b39930d

Please sign in to comment.